closing an app with multiple forms

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top