How to close form 1 ?

Mar 16 2009 6:44 PM
I have a program that has multiple forms. I want one form to open another, so I use the .show command. Now I want it to close the first form when it opens the second form. I have tried this.close(); but it closes both forms ... Or is there a way to switch which form loads first ?

Answers (3)