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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I know what applications are running?

Status
Not open for further replies.

tedball

Programmer
May 9, 2002
2
US
Hi. I have done some research and have found the function EnumProcesses, but this is not quite what I am looking for. I basically want the information that you see in the Task Manager under the Application tab (i.e., MyDoc.doc - Microsoft Word). Does anyone know of any functions that might help?

Thanks in advance!
 
Try looking for "EnumWindows" function, which will also require you to look for the "EnumWindowsProc" function. Then you can use "GetWindowText" to get the window's title, if you like.
 
use psapi

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top