What is the best way to close your application in VB.NET. I have an mdi application with 10 child forms. My application starts with my MDI form. When user hits the Exit menu option, I just call End. Is it okay or is there a better way ?