
Exit Codes from VB Application.
I am trying to set an Exit Code from my VB Application. I have some VB
applications that should be run in a series (from a batch file, or
another VB app) and I would like to evaluate the Exit Code from the
First application so that I know it is safe to run the Second.
Has anybody got any Ideas?