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

  • Thread starter Thread starter Guest
  • Start date Start date
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 ?
 
Back
Top