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

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -