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 control question...

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



Joined: 10 Sep 2006
Posts: 147

PostPosted: Sat Mar 29, 2008 5:48 pm    Post subject: ListView control question... Reply with quote

Hi all,

the code below make the viewlist and fill it.
now i want to change its content.
anyone can give me an example ?

thanks

Code:
Gui, Add, ListView, r4 w565, Name|Size
Loop, %A_MyDocuments%\*.*
    LV_Add("", A_LoopFileName, A_LoopFileSizeKB)
Back to top
View user's profile Send private message MSN Messenger
BoBoĻ
Guest





PostPosted: Sat Mar 29, 2008 7:14 pm    Post subject: Reply with quote

LV_Modify()
Back to top
garry



Joined: 19 Apr 2005
Posts: 1077
Location: switzerland

PostPosted: Sat Mar 29, 2008 7:20 pm    Post subject: Reply with quote

hello DJAnonimo,
look in helpfile index for A_LoopFilexxxx
Code:
Gui, Add, ListView, r4 , Name|Size|Modified
Loop, %A_MyDocuments%\*.*
    LV_Add("", A_LoopFileName, A_LoopFileSize,A_LoopFileTimeModified)
gui,show
return
guiclose:
exitapp
Back to top
View user's profile Send private message
DJAnonimo



Joined: 10 Sep 2006
Posts: 147

PostPosted: Sat Mar 29, 2008 11:55 pm    Post subject: Reply with quote

Ive figured out.
thanks guys
Back to top
View user's profile Send private message MSN Messenger
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