Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting launched application after ShellExecute
Message
From
28/09/2000 02:11:09
 
 
To
28/09/2000 01:36:22
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00421895
Message ID:
00421904
Views:
18
Use the FindWindow API with the Windows caption to get a handle.

Also for standard apps like MS Word they have windows class name. (For Word it is Optus... something) Use the toll Spy++ which come with Visual Studio to get the class name. You can use this class name as well in FindWindow function to get the handle.
Previous
Reply
Map
View

Click here to load this message in the networking platform