3
Answers

How to close form 1 ?

Joshua Sparks

Joshua Sparks

15y
8.1k
1
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)