Hi all, i'm new in VS2010 c#. I've got a menu form with a property isMdiContainer = True , this one call three children forms(options in the menu), each one with the WindowState property = Maximized.
When i run the solution,the menu form run ok but the first form not run maximized, if i resize the menu form, the inner form maximize it, or, when i run a second form, this appear maximized.
Thx in advance.
Loading
Hirendra SisodiyaPosted Nov 26, 2010, 2:37 AM
me.windowstate=windowstate.maximized;
i think it helps
Claudio GiuraPosted Nov 29, 2010, 6:11 PM
Thanks again for your help and thanks Suthish for your interest too .
Suthish NairPosted Nov 28, 2010, 11:08 PM
Problem solved?