Windows: Retrive a list of running applications

Started by
1 comment, last by Agony 19 years, 6 months ago
I would like to be able to have my program maintain a list of the programs currently running on the system and, if possible, some information of those (like path and name of the user who started the application).
Emil Johansen- SMMOG AI designerhttp://smmog.com
Advertisement
I havn't tried this since win95 came out so my personal experience may not be helpful. I have, however, found an articel on CodeGuru with C++ code which may help

http://www.codeguru.com/Cpp/W-P/system/processesmodules/article.php/c2873/

other related info can be found at

http://www.codeguru.com/Cpp/W-P/system/processesmodules/

Hope this helps
Box2020<CEng&,CRnd*>
I did this about a year ago, I believe. Here is Microsoft's MSDN page for the appropriate functions. The second link there, Using the Tool Help Functions should get you started nicely.
"We should have a great fewer disputes in the world if words were taken for what they are, the signs of our ideas only, and not for things themselves." - John Locke

This topic is closed to new replies.

Advertisement