wa22guy Posted October 26, 2004 Share Posted October 26, 2004 I have two forms. One that is a Main form and the other is a dialog Options form. How do I make it so that when I open the Options form, the Main form cant be clicked on to be brought to the front? Link to comment Share on other sites More sharing options...
0 steelspace Posted October 26, 2004 Share Posted October 26, 2004 Use ShowDialog() method instead of Show() to start your options form. It makes the form modal. Link to comment Share on other sites More sharing options...
0 wacko412 Posted October 26, 2004 Share Posted October 26, 2004 you could make the options form a dialog box which would make it so the user would heva to press ok or cancel in order to go back to the main form Link to comment Share on other sites More sharing options...
Question
wa22guy
I have two forms. One that is a Main form and the other is a dialog Options form. How do I make it so that when I open the Options form, the Main form cant be clicked on to be brought to the front?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts