How can I check to see if other programs are running. I want to check to see if a program called "gear" is running, how would I do that?
Printable View
How can I check to see if other programs are running. I want to check to see if a program called "gear" is running, how would I do that?
Well if you search through this forum you'll be able to find a lot samples on finding windows that have the same title. This is achieve via FindWindow() API function. Anyway, look at this thread:
http://www.codeguru.com/cgi-bin/bbs/...age=&view=&sb=
It might help :)
-Cool Bizs