M Mark Feb 7, 2007 #1 its there a application quit method to exit the application example thanks Mark
G Guest Feb 7, 2007 #2 Mark, If in a visual environment, use this.Close(). If in a Console environment, you can use Environment.Exit(0). Rob
Mark, If in a visual environment, use this.Close(). If in a Console environment, you can use Environment.Exit(0). Rob
M Mark Feb 7, 2007 #4 Thanks mark j1mb0jay said: From the main program class Application.Exit() Click to expand...