The MASM Forum
Projects => MasmBasic & the RichMasm IDE => Topic started by: jj2007 on January 29, 2021, 07:14:28 PM
-
Attached a program that lists the current processes - work in progress :cool:
There are still some cosmetic problems (xandaz' version looks much better indeed (http://masm32.com/board/index.php?topic=9144.0)), but what I need is feedback on the second column called caption. This is one feature that the standard Task Manager does not provide: the link between the process and the actual window(s) created by the process.
Does it work on your PC? Does it have weaknesses?
Source & exe attached.
-
Processes (No responde) :biggrin:
-
Processes (No responde) :biggrin:
Thanks for the feedback, HSE. You are always very helpful :thup:
-
Hmm, in Windows XP I have access_violation after second CreateWindow call.
In win7 / win10 all is ok.
-
Hmm, in Windows XP I have access_violation after second CreateWindow call.
In win7 / win10 all is ok.
Thanks, Morgot, I'll check that in my XP VM :thumbsup: