The program xxx has exited with code 0 (0x0).

G

Guest

I always get the exit code 0x0 running the following VB software from the
Visual Studion NET 2003:

Sub Main()
MsgBox("test v2")
Environment.Exit(99)
End Sub

What is wrong ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top