MDI form question

  • Thread starter Thread starter Ann Huxtable
  • Start date Start date
A

Ann Huxtable

I am writing an application which consists of a toolbar and a "monitor"
window. I want the monitor window to be able to show process information
from different running processes (each in its own tab).

When I get to the section of the code where I am setting the MDIParent
property, the application just hangs:

fDocument.MdiParent = this ;

Is it possible to have an MDI form alongside other (non-MDI) windows
within a single application?.
 
Sure. It just means the other forms who are not children
of the MDI will be in separate windows and not docked
to the MDI.
 

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

Back
Top