Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ShellExecute
Message
 
To
14/04/2004 09:36:54
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00894749
Message ID:
00894758
Views:
9
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?
Previous
Reply
Map
View

Click here to load this message in the networking platform