Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShellExecute but wait for completion?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00354373
Message ID:
00354386
Views:
18
>I need to call an old 16bit exe file so I'm using ShellExecute. The only problem is that I also need to wait for completion of this third-party executable before my VFP app can continue processing.
>
>Any ideas?
>
>TIA,

The "old school" methodology would have you looping after your shell execute, always looking for a window by its title. When your "shelled" program is completed the window will no longer exist, you drop out of the loop and continue processing.

Peace
Jon
JJ-
One man gathers what another man spills.......
Previous
Reply
Map
View

Click here to load this message in the networking platform