MdiChild exceed mdiparent

carla

Member
Joined
May 28, 2007
Messages
6
Programming Experience
3-5
Hi,
I have a main form (with menus) with the propriety is mdicontainer defines as true. I have other forms that are called from this form. How can I do in order to that forms fit inside the main form?
Thanks,
Carla
 
either make the child forms smaller (or at least have code for re-sizing of the form(s)) or make the parent form larger
 
First set child's mdiparent property to me
Now set child form's form border style property to none and windows state property to normal. Give me feedback if this helped u.
 
Back
Top