I am creating an MDI Application.But the child forms are not displaying properly in the MDI forms, i.e. it is not maximized.
How do I do that?
Printable View
I am creating an MDI Application.But the child forms are not displaying properly in the MDI forms, i.e. it is not maximized.
How do I do that?
did u try setting the windowstate property of the child form appropriately
Thanks.I have set the window state property and it is working now.