|
-
April 5th, 1999, 01:15 AM
#1
How to find if an application is running or not
In vc++ , what function should I use to see if a particular application is running or not.
Can anybody please help me out.
Thankyou
-
February 14th, 2000, 07:24 AM
#2
Re: How to find if an application is running or not
well , you didn't mentioned if you're developing on WinNt or Win9x but in general there's an api that enumerates all the processes on the machine (psapi.dll for WinNt , i can't recall the one for Win9x) you can learn all about it by looking in the msdn. mail me if you need more specific info
-
October 23rd, 2001, 12:14 AM
#3
Re: How to find if an application is running or not
U can use FindWindowEx
You can use the windows class which you can see with spy or
use the name of the titlebar
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|