Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestion for SysListView32
#2
This is a suggestion which I think it solves your problem


Code:
Copy      Help
int+ hwnd=win
int+ vFileList=id(1 hwnd)
str vCurrentFile
str sp
int item=-1
GetListViewItemText(vFileList item &vCurrentFile 0 2 &item)
int i n
int hwl=child("FolderView" "SysListView32" hwnd 0x1)
n=SendMessage(hwl LVM_GETITEMCOUNT 0 0)

for i item n
,GetListViewItemText(hwl i &sp)
,out sp

ret


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)