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?.
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?.