PDA

Click to See Complete Forum and Search --> : MDI Application.


Anita
Dec 2nd, 1999, 02:48 AM
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?

devarajulu
Dec 2nd, 1999, 02:52 AM
did u try setting the windowstate property of the child form appropriately

Anita
Dec 2nd, 1999, 02:57 AM
Thanks.I have set the window state property and it is working now.