Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ckecking

Status
Not open for further replies.

filipe26

Programmer
Mar 17, 2003
152
PT
How do i check if an application is running not mine but other?
 
Not quite sure what your question is. Can you be more specific? My best guess here is that you want to know if somebody renames your application (ie proggy.exe) to something else, and renames another application to proggy.exe. And you want to be able to detect this.

If that's the case then - no, not without having another program running all the time that is on the look out for this. If this is what you're after, then post back and we'll help you out.
 
No,what i want to detect for example is if messenger or any other application is running when i lunch mine.
 
You have to use the API function "FindWindow".
Take a look in the help and go from there. I don't have example code but you can find it on the internet.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top