Uma
April 5th, 1999, 01:15 AM
In vc++ , what function should I use to see if a particular application is running or not.
Can anybody please help me out.
Thankyou
Can anybody please help me out.
Thankyou
|
Click to See Complete Forum and Search --> : How to find if an application is running or not Uma April 5th, 1999, 01:15 AM In vc++ , what function should I use to see if a particular application is running or not. Can anybody please help me out. Thankyou Nim_co February 14th, 2000, 06:24 AM 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 Beanly October 23rd, 2001, 12:14 AM U can use FindWindowEx You can use the windows class which you can see with spy or use the name of the titlebar codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |