This question sounds awfully simplistic, but I have to ask. In a multi form application, I am trying to open a second form, and then close the first one. I'm able to open the second by creating a new form instance. I'm not able to close the first form. When I call this.Close it closes the entire app.
How do you close the first form?
How do you close the first form?