c# - Show the window form modally on the other form -
I have a window form named form1 and I show the second window form of the name on it I want to form 2 modally so that the user can not click on anything else until the form2 shutdown, but the user will only see the text box displayed on form1 Can choose.
I think if you use textbox on Form 2 and use it in Form 2 , Then it would be better form1
Comments
Post a Comment