MDI for as Child and Parent?

J

John Rugo

Hi All,
I am trying to figure out the following:

Main form is a MDI Parent.
I have several forms that are children that I want always to be Maximized
within the Parent.
However, I also have children that I want NOT to be Maximized by default.

This scenario has alluded me for awhile. Can't seem to do both at the same
time and I am not allowed to create a second MDI Parent that is also a Child
of the Main Parent.

Any ideas would be appreciated.
Thanks,

John.
 
H

Herfried K. Wagner [MVP]

* "John Rugo said:
Main form is a MDI Parent.
I have several forms that are children that I want always to be Maximized
within the Parent.

Then don't use an MDI environment.
However, I also have children that I want NOT to be Maximized by default.

Don't show them as children.
This scenario has alluded me for awhile. Can't seem to do both at the same
time and I am not allowed to create a second MDI Parent that is also a Child
of the Main Parent.

MDI stands for "Multiple /Document/ Interface". MDI environments are
used when providing a way to edit multiple /documents/. All documents
have equal opportunities inside the MDI environment. Consequently,
changing the windowstate of one MDI child changes the windowstate of all
children.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top