| View previous topic :: View next topic |
| Author |
Message |
mikronos
Joined: 14 Feb 2007 Posts: 15 Location: France
|
Posted: Thu Apr 26, 2007 9:35 am Post subject: [RESOLVED]Read text from taskmgr |
|
|
Hello all,
This is my request for help:
I need to monitor several process in taskmgr. Especially I want to monitor some resources consumed like "handles" in the process tree.
I know the name of the programs I want to monitor, and I can see in the listview of taskmgr the name of these programs and the column wich contain the number of handles consumed by these program.
I tried unsuccefull many methods using ControlGetText...
How can I "catch" the value in the "handles" column for a given process ?
eg: suppose I want to monitor the total number of handles consumed by a program called firefox.exe ?
Thanks in advance for any help or tips.
Mikronos (from france )
Last edited by mikronos on Thu Apr 26, 2007 10:00 am; edited 1 time in total |
|
| Back to top |
|
 |
mikronos
Joined: 14 Feb 2007 Posts: 15 Location: France
|
Posted: Thu Apr 26, 2007 9:59 am Post subject: [RESOLVED]Read text from taskmgr |
|
|
Hi again,
don't see that ControlGet exist...
so this is how I get the content :
ControlGet,line,List,,SysListView321,Gestionnaire des tāches de Windows
Have fun!!
Mikronos. |
|
| Back to top |
|
 |
|