AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ListView

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
asox



Joined: 31 Jul 2005
Posts: 4

PostPosted: Sun Aug 07, 2005 10:42 pm    Post subject: ListView Reply with quote

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
View user's profile Send private message
toralf



Joined: 31 Jan 2005
Posts: 3841
Location: Bremen, Germany

PostPosted: Mon Aug 08, 2005 4:17 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
asox



Joined: 31 Jul 2005
Posts: 4

PostPosted: Mon Aug 08, 2005 4:46 am    Post subject: Reply with quote

Hello!
Thanks for your answer !

It is the same, Aktion1 is empty

Asox
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group