-
[RESOLVED] Dialog
This is a hard one to explain. I have the main form (Form1) and a button on there that opens a different form (form2) what i need is a code that wont allow the user to use form1 while form 2 is open. So if they try to click on form1 nothing will happen. like if you have a messagebox and you try to click around it the message box will not go away.
this is the best I can explain it. Please help!
-
Re: Dialog
-
Re: Dialog
When Form2 is unloaded, Form1 is again fully enabled.
-
Re: Dialog
I should not have included the comma.
-
Re: Dialog