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 ?
Visual Studion NET 2003:
Sub Main()
MsgBox("test v2")
Environment.Exit(99)
End Sub
What is wrong ?