closing an app with multiple forms

G

Guest

If I have an app that has Form1 and Form2. When I open the app Form1 is
displyed, I do some stuff then open Form2 and set Form1 visibility to False.
If I want to totally close the application now closing all forms how do I do
that?

Me.Dispose() doesn't close Form1

Thanks
Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top