I want to create a form hat can be opened from the main form. But I don’t really want to try to do it without a design and designer tabs. The main form has them by default. I’m not completely familiar with MS Visual C# 2010 express…
How can I open a design and designer tabs for a new form in the application?
Add a new Form in your solution:
Then add the following code somewhere in Form1.cs: