3
Reply

How to close form 1 ?

Joshua Sparks

Joshua Sparks

Mar 16 2009 6:44 PM
8.1k
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)