fmm
Registered User.
- Local time
- Today, 06:37
- Joined
- Mar 15, 2001
- Messages
- 76
Is there a way to pause VB execution while an external program runs?
My code does some stuff, runs a Visual FoxPro executable, and does more stuff with the result.
I want VB to stop until VFP is done. I can use a message box that instructs the user to push a button when VFP is finished, but this is clunky.
Also, I can't pause VB for a set amount of time, since the VFP process running time is variable.
Any ideas?
fmm
My code does some stuff, runs a Visual FoxPro executable, and does more stuff with the result.
I want VB to stop until VFP is done. I can use a message box that instructs the user to push a button when VFP is finished, but this is clunky.
Also, I can't pause VB for a set amount of time, since the VFP process running time is variable.
Any ideas?
fmm