I right click to create mines, name it "Example.cs", add what I want it to look like. Then I just add the following: //First make the current form disappear.
this.Visible = false;
//Now create a new form
Example e = new Example();
e.Show();
I merged the 2 topics. They are the same suggestion. Personally I think it has it's pros and has it's cons. It would be nice, but I can guarantee that debates carry out of the forum and into the chatbox and other topics.
That isn't the point, it can still be something that can be fixed. I wouldn't recommend to go fix it right away, but it can be done when someone with ACP is bored.