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.
Re: Detecting Running Process
If you dont want to run it on NT4 or NT3.51 then i can help.
Grant French
[email protected]
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