I have a project with a main MDI form. There is a child MDI form inside that is always present and cannot be closed (Is it possible to hide the close button while keeping the min and max buttons?). Because the child form is such an important part of the program, users like to have it maximized. When another MDI child pops up, the maximized form returns to its original size.
Is there a way to keep an MDIchild maximized with other forms floating around in front? Or can only the active form be maximized at any particular time?
EDIT - I'm specifically looking for whether or not VB6 supports such an operation. Although work-arounds may be helpful, I'd prefer a simple yes or no answer. So far it seems like 'no'.