C
CIDU
I am calling a VB exe from another applciation, the EXE opens a word document and then do some formatting job. I need to have a return from the EXE, eg. return 1 shows successful, 0 shows failure to do the formatting. Someone says using : Private Declare Sub ExitProcess Lib "kernel32" (ByVal uExitCode As Long), Call ExitProcess(1)
But it's still not working for me, always return 0. Any comments will be much appreciated
-CID
But it's still not working for me, always return 0. Any comments will be much appreciated
-CID