Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6: READ EVENTS with two VFP6 .EXEs running
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00189741
Message ID:
00190316
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform