| View previous topic :: View next topic |
| Author |
Message |
asox
Joined: 31 Jul 2005 Posts: 4
|
Posted: Sun Aug 07, 2005 10:42 pm Post subject: ListView |
|
|
Hello!
Please help a beginner
I want to read a text from a listview
The listview have the name :ListView20WndClass5
The Windowname is :Beispiel
controlget, Aktion1,List, ListView20WndClass5,Beispiel
I think that should read all text from the listview (5-10 lines), but Aktion1 is always empty
I have installed the latest version from autohotkey
What make i wrong, or how can i make it differently
Very thanks for time and help
Asox |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3841 Location: Bremen, Germany
|
Posted: Mon Aug 08, 2005 4:17 am Post subject: |
|
|
Please test if this will work? | Code: | | controlget, Aktion1,List, SysListView321,Beispiel |
It uses the class SysListView32 and the control number 1. Maybe you have to increase the number if you have more then one listview. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
asox
Joined: 31 Jul 2005 Posts: 4
|
Posted: Mon Aug 08, 2005 4:46 am Post subject: |
|
|
Hello!
Thanks for your answer !
It is the same, Aktion1 is empty
Asox |
|
| Back to top |
|
 |
|