T
The_Assimilator
My app uses an MDI interface. However, one of the design requirements is
that the MDI children don't actually behave like MDI forms, in that the
small toolbar containing the MDI minimize/maximize/close buttons is not
shown when an MDI child is opened in its parent. Also, the MDI children
shouldn't be able to be resized and closed; they need to remain at their
full size.
Is there any way to have an MDI interface, without the features of MDI?
If not, I'll have to look at using panels instead of forms.
that the MDI children don't actually behave like MDI forms, in that the
small toolbar containing the MDI minimize/maximize/close buttons is not
shown when an MDI child is opened in its parent. Also, the MDI children
shouldn't be able to be resized and closed; they need to remain at their
full size.
Is there any way to have an MDI interface, without the features of MDI?
If not, I'll have to look at using panels instead of forms.