Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i need to develope a windows application to develop a form that track each and every application opened in windows OS, like task manager,and also if new process starts that will autometically add to tracking list.can any one help me,how to procede.
Posted
Comments
kishore Rajendran 2-May-13 5:45am    
http://www.codeproject.com/Questions/586533/GetpluslistplusofplusapplicationplusWindowsplusope

What is this? please dont repost question....try to improve exisitng question

1 solution

Start with Enumerating All Processes[^].

Sorry that was for Win32, take a look at Process.GetProcesses[^].
 
Share this answer
 
v2
Comments
Shahin Khorshidnia 2-May-13 5:23am    
+5
brajunaresh 2-May-13 7:24am    
Thank u i tried it and i got the processes which are running, now if i want kind events that i want to use to add the newly started processes to my processes list, mean the newly added processes are dynamically add to my processes list.
Richard MacCutchan 2-May-13 7:35am    
Take a look at the documentation and see if there is an event in the Process class that provides the information you need.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900