I have a window form named form1 and on that I want to show another window form named form2 modally so that user cannot click on anything else until the form2 is closed but user can select only the textbox displayed on form1.
I have a window form named form1 and on that I want to show another window form named form2 modally so that user cannot click on anything else until the form2 is closed but user can select only the textbox displayed on form1.