Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Read Value in SysListView32
#13
How can I add the SysHeader32 text to

Function LvGetAll2
Code:
Copy      Help
;/
function! hlv ARRAY(str)&a

int nc=SendMessage(SendMessage(hlv LVM_GETHEADER 0 0) HDM_GETITEMCOUNT 0 0)
int nr=SendMessage(hlv LVM_GETITEMCOUNT 0 0)
if(!nr or !nc) ret
int r c

a.create(nc nr)
for r 0 nr
,for c 0 nc
,,GetListViewItemText hlv r a[c r] c

ret 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)