I (currently) have two forms, one that needs to call the other. In other words, by clicking a certain button in Form1, Form2 needs to “pop up”, like a dialog box. I know I have to get a reference in both forms, but I’m not entirely sure how to do this. What is a decent tutorial/beginner site to learn about GUIs in C#?
I (currently) have two forms, one that needs to call the other. In other
Share
You can try this:
ShowDialogforces the user to close that window before s/he can access the rest of the application.