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

How can I know how many application are running in system?

Status
Not open for further replies.

PankajAgr

Technical User
Jul 30, 2003
52
0
0
IN
Hi Guys,

I want to know how to identify how many application are running in system & list of all the application also.

I used the "Process32First" & "Process32Next" API function but it is giving list of all the process running in system but I want to know only list of applications running in system.

Thanks in advance.

Pankaj

Senior Software Engineer,
Infotech Enterprises Limited
Hyderabad, Andhra Pradesh, India.
URL :
 
All those processes are applications.

What do you consider "application"?

Once you have clear rules on what process you want to report, use the registry to verify the nature of each process.

Dimandja
 
Hi Dimandja,

Application means user runs any software like Ms-Word, Ms-Excel, Visual Basic etc.

I want to know how to identify how many application is running by the user in system.

Thanks
Pankaj



Senior Software Engineer,
Infotech Enterprises Limited
Hyderabad, Andhra Pradesh, India.
URL :
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top