List Current Applications running

J

Jeff Williams

I need to develop a application which will replace Windows Task Manager
function of displaying and ending applications which are running for the
currently logged on user.

This is for use in a school environment where if an application the
student is running hangs they can kill it off but they dont have any of
the other functionality that task manager gives.

How can I get the list of current applications running and if possible
display the icons as the applications tab does.
 
V

VJ

Use the System.Diagonstics.Process and classes under to see what you can
do.. It also has a method to kill.. But again the key here is you are
application should and be able to terminate only that users process, and I
belivie that is what you get by default. You can check it out!

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top