Display an MDI Child Form in Show in Modal Form ?
-
Is is possible to show an MDI child form in Modal Forms ? or any other alternative method to show a child form in Modal Form ?
Why would you ever want to do this? If your showing a modal form, the rest of your app stops. This wouldn't fit the definition of an MDI Child form. Just create a normal form and show it using
.ShowDialog()
. Don't set it as an MDI Child. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome -
Why would you ever want to do this? If your showing a modal form, the rest of your app stops. This wouldn't fit the definition of an MDI Child form. Just create a normal form and show it using
.ShowDialog()
. Don't set it as an MDI Child. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome