Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining if an Application is already open.
Message
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00534053
Message ID:
00534057
Views:
13
How about Findwindow?:
Declare Integer FindWindow in Win32API Integer,String
wclass=0
winname="My Great App" && must be exact name of window title!
apphand=FindWindow(wclass ,winname)
IF apphand=0
...

>Does anyone know of a way to determine if an application is already running on a specific PC?
Previous
Reply
Map
View

Click here to load this message in the networking platform