In my recent project I have started out with a form, and later I added another form to be used for some side-functions. The questions goes: How do I make it so, that it is this new form, that opens.
Example: The forms name is: Calc. And so I write:
Code Snippet
Form Calc = new Calc();
Calc.Show();
But it only show a new form I've never seen before nor have I ever made it in the project. Help!