G
Guest
I'm creating an MDI application in C# 2.0.
I need to show a popup form (similar to a dialog) on an MDI child form, such
that the popup form is modal to the MDI child form, but without blocking
other MDI child forms and obviously without blocking the main application.
I know that I can't use Form.ShowDialog() as it disables all windows on the
thread, but I'm hoping there's a way to simulate the desired behavior. The
popup form has to be associated or parented to the MDI child form so that the
user can switch between the open child forms. More than one MDI child form
can show a popup form at the same time.
Hope someone out the has a suggestion...
Regards
Henrik Rasmussen
I need to show a popup form (similar to a dialog) on an MDI child form, such
that the popup form is modal to the MDI child form, but without blocking
other MDI child forms and obviously without blocking the main application.
I know that I can't use Form.ShowDialog() as it disables all windows on the
thread, but I'm hoping there's a way to simulate the desired behavior. The
popup form has to be associated or parented to the MDI child form so that the
user can switch between the open child forms. More than one MDI child form
can show a popup form at the same time.
Hope someone out the has a suggestion...
Regards
Henrik Rasmussen