Hello forum
Is there a way in vb to make the prog wait before returning control to the calling prog until its completed its processing?
When I run my vb.net program from the command prompt, the cursor returns immediately before the program has finished processing its stuff. The program does its stuff correctly and finishes a second or two later (tested by displaying an msgbox at towards the end of the prog)
I want to run this prog from a third party piece of software code which will call my program. I need the code to wait for my program to finish before proceeding to the subsequent code as it processes the output of my prog. At the moment its trying to process before my prog has finished.
Is there a way in vb to make the prog wait before returning control to the calling prog until its completed its processing?
Is there a way in vb to make the prog wait before returning control to the calling prog until its completed its processing?
When I run my vb.net program from the command prompt, the cursor returns immediately before the program has finished processing its stuff. The program does its stuff correctly and finishes a second or two later (tested by displaying an msgbox at towards the end of the prog)
I want to run this prog from a third party piece of software code which will call my program. I need the code to wait for my program to finish before proceeding to the subsequent code as it processes the output of my prog. At the moment its trying to process before my prog has finished.
Is there a way in vb to make the prog wait before returning control to the calling prog until its completed its processing?