Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute
Message
 
À
14/04/2004 09:36:54
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00894749
Message ID:
00894758
Vues:
8
One of the solutions could be with a timer checking for existence of the Window with specified title, like "Acrobat Reader - [car.pdf]" as it appears when file car.pdf is open.
DECLARE INTEGER FindWindow ; 
	IN WIN32API ; 
	STRING cNULL, ; 
	STRING cWinName 
lctitletext="Acrobat Reader - [car.pdf]" 
?FindWindow(0, @lctitletext)
>I use the shellexecute class to open pdf files of drawings. Is there a way to tell when the file that shellexecute opens is closed?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform