 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
DJAnonimo
Joined: 10 Sep 2006 Posts: 147
|
Posted: Sat Mar 29, 2008 5:48 pm Post subject: ListView control question... |
|
|
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 |
|
 |
BoBoĻ Guest
|
Posted: Sat Mar 29, 2008 7:14 pm Post subject: |
|
|
| LV_Modify() |
|
| Back to top |
|
 |
garry
Joined: 19 Apr 2005 Posts: 1077 Location: switzerland
|
Posted: Sat Mar 29, 2008 7:20 pm Post subject: |
|
|
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 |
|
 |
DJAnonimo
Joined: 10 Sep 2006 Posts: 147
|
Posted: Sat Mar 29, 2008 11:55 pm Post subject: |
|
|
Ive figured out.
thanks guys |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|