|
-
August 10th, 2001, 10:39 AM
#1
Detecting Running Process
In my program, have to detect whether some process is running or not.
FindWindow can do same functionality but have to input caption name but execution file name.
Isn't there any Win32API(or VB function) that can detect particular executable file is running or not?
Could anyone who know it let me know?
Thank you.
I'm a senior programmer.
Working at CamSight, Dental imaging solutions industry.
-
August 12th, 2001, 05:37 AM
#2
Re: Detecting Running Process
If you dont want to run it on NT4 or NT3.51 then i can help.
Grant French
[email protected]
-
August 12th, 2001, 06:17 AM
#3
Re: Detecting Running Process
refer http://vblib.virtualave.net, there is a function called GetAllProcess in vbSystem, which will tell you all the process in the system as well as the executable of it.
HTH
cksiow
http://vblib.virtualave.net - share our codes
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
|