I want to creat a multi-forms program (C# Windows Application project). How do I open Form2 from Form1 which is the main form of the program?
(For example, I want that Form2 will be loaded as a consequence of a menu click at Form1).
Are you sure you want to open the form in a new window? You could instead develop a control as a panel and then have the control take over the client space of the first window upon the menu click. Then of course you need another menu click to switch back to the other view.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.