I have a Master form in windows application, developed in c#, visual studio 2008.
Initially form name is "Management"(wh ich is set through properties windows).
Now based upon logged in user I would like to change form name.
Is there any way to change form name on LOAD event.
Initially form name is "Management"(wh ich is set through properties windows).
Now based upon logged in user I would like to change form name.
Is there any way to change form name on LOAD event.
Comment