I've created a simple ProgressForm for displaying the status of a lengthy
process.
Since I want my MDI Child Form to do the work, I only call the ProgressForm
using Show() instead of ShowDialog().
I have set the ProgressForm's TopLevel to True, but it seems to have no
effect.
If I set the ProgressForm's MdiParent property, the ProgressForm wants to
fill the MDI Form.
How do I show the ProgressForm as a top level control and still allow my MDI
Child Form to do their work?
process.
Since I want my MDI Child Form to do the work, I only call the ProgressForm
using Show() instead of ShowDialog().
I have set the ProgressForm's TopLevel to True, but it seems to have no
effect.
If I set the ProgressForm's MdiParent property, the ProgressForm wants to
fill the MDI Form.
How do I show the ProgressForm as a top level control and still allow my MDI
Child Form to do their work?