Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6: READ EVENTS with two VFP6 .EXEs running
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00189741
Message ID:
00190316
Views:
13
Thanks, Ed. Clear and concise :-)

>WinExec() would work; it really ought to be replaced with calls to CreateProcess(), since WinExec() still exists only for backwards compatibility with Win16. There's at least one advantage to WinExec() or CreateProcess() in that you can control the ShowWindow state of the secondary process you launch; CreateProcess(0 offers considerably more control, and a means of tracking the launched application, since it returns a structure that contains the process id and process handle of the child process.
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform