Board index » Visual Studio » E&xit Program vb.Net

E&xit Program vb.Net

Visual Studio44
What is the syntax for closing a VB.Net Program..I've tried UnloadMe, Exit etc.





Thank you in advance.





Michael


-
 

Re:E&xit Program vb.Net

Application.Exit

"Lumpierbritches" <lumpierbritches@aol.com>wrote in message

Quote
What is the syntax for closing a VB.Net Program..I've tried UnloadMe, Exit

etc.





Thank you in advance.





Michael





-

Re:E&xit Program vb.Net

application.exit()



Bernie

"Lumpierbritches" <lumpierbritches@aol.com>wrote in message

Quote
What is the syntax for closing a VB.Net Program..I've tried UnloadMe, Exit

etc.





Thank you in advance.





Michael





-

Re:E&xit Program vb.Net

* lumpierbritches@aol.com (Lumpierbritches) scripsit:

Quote
What is the syntax for closing a VB.Net Program..I've tried UnloadMe, Exit etc.



Close all forms.



--

Herfried K. Wagner [MVP]

<www.mvps.org/dotnet>">www.mvps.org/dotnet>

-

Re:E&xit Program vb.Net

me.close



(In the startup form).





-

Re:E&xit Program vb.Net

What???



=)



"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at>wrote in message

Quote
* lumpierbritches@aol.com (Lumpierbritches) scripsit:

>What is the syntax for closing a VB.Net Program..I've tried UnloadMe,

Exit etc.



Close all forms.



--

Herfried K. Wagner [MVP]

<www.mvps.org/dotnet>">www.mvps.org/dotnet>





-

Re:E&xit Program vb.Net

* "CJ Taylor" <nospam@blowgoats.com>scripsit:

Quote
What???



Questions?



--

Herfried K. Wagner [MVP]

<www.mvps.org/dotnet>">www.mvps.org/dotnet>

-