Best way to exit application

BlueJay924

Freshman
Joined
May 6, 2003
Messages
46
What is the best/correct way to exit out of an application? i have several forms, so should i be closing all the forms and then calling application.exit or is application.exit sufficient enough? also, if i have an openfiledialog opened, how could i close that if it's on a timer?
 
I always wonder isn't Application.Exit() enough ???

I mean it is a built in method so it must dispose everything and exit...
 
Back
Top