In my program, I shell out to DOS to execute a particular batch file using:
hinstance% = Shell("DYNAMIC.BAT", 1)
I want to halt the further execution of the VB code until a particular routine is finished. How can I do this?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |