Modal Dialogs
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Ok My problem is i don't know how to make a form modal. I know how to show them modelessly with Show() but as far as displaying them as modal im lost.
Form.ShowDialog()
-
Ok My problem is i don't know how to make a form modal. I know how to show them modelessly with Show() but as far as displaying them as modal im lost.
.ShowDialog()
is what you're looking for. You can even get a return value (DialogResult) if you set it up right. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome