Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Process Problems
Message
De
19/03/2004 03:40:20
 
 
À
18/03/2004 16:19:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00887680
Message ID:
00887795
Vues:
6
>I tried copying the .xfdf file to an .exe and createprocess attempts to run it so that must be it...
>
>Is there any other way to run an app and wait for it to close that will use file association and not require the app to be an '.exe' file?
Hi Tracy,

guestimate:

start the process via shellexecute (for xfdf),
get the necessary handles directly afterwards
to WaitforSingleObject-like processing.

Should work. If it doesn't, use brute force:
check for the running process in a loop
or through other interprocess communication.


HTH

thomas
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform