T
Teo
Hi!!
I created a form that I already set as IsMdiContainer to True.
How can I tell each new form I create to work under the container form
without having to declare the
aboutfsm.MdiParent = Me
login.MdiParent = Me
NEWPILOT.MdiParent = Me
to every single form I create.
Any suggestions?
Also, how can I tell my form to use the available space inside the container
form when opening?
I tried Maximized when setting the default form load but doesn't work.
Thanks much in advance.
Teo
I created a form that I already set as IsMdiContainer to True.
How can I tell each new form I create to work under the container form
without having to declare the
aboutfsm.MdiParent = Me
login.MdiParent = Me
NEWPILOT.MdiParent = Me
to every single form I create.
Any suggestions?
Also, how can I tell my form to use the available space inside the container
form when opening?
I tried Maximized when setting the default form load but doesn't work.
Thanks much in advance.
Teo