anybody can give me a code or a sample program that will display the list of application that are currently running and update the list if the user opens a new application?
Printable View
anybody can give me a code or a sample program that will display the list of application that are currently running and update the list if the user opens a new application?
This question is asked a lot, so there are a lot of responses on this site. If you do a search for Task Manager, you will get tons of returns.
One thing to bare in mind. The coding to display a list of running applications differs from OS to OS, so what works on Win9x might not on Win2000, XP, or ME.
WinME is one of the Win9x's .. but ive used this code in my program, and it worked for 98/ME .. but didnt support 2K/XP :( I thinks its because of the CreateToolHelp32 API.. 2K/XP dont have it... I think.