Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to use WinExec
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00092940
Message ID:
00093072
Vues:
40
>Tim,
>
>If the app is modal how about just using this launcher from VFP?
>
>do while .t.
> do TheRealApp
>enddo

This will not work for me because "RealApp" has to run as an independent process.

>Or you could create a timer object that fired once a minute and checked for the existence of the app window with FindWindow() and if it wasn't there launch it again.

Yeah, this should work, but I was hoping to use the WaitForSingleObject which causes the current to wait until the provided process ID exits.

>>DO WHILE MoreToDo
>> CreateProcess(...)
>> WaitForSingleObject(Process ID, -1)
>> CloseHandle(Process ID)
>> CloseHandle(Thread ID)
>>ENDDO
>>
>>When I tried this, it locked up FoxPro.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform