Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SysListView32
#2
Macro
Code:
Copy      Help
;shows text of items in a folder window
;does not work with folder windows on Windows 7

int hwnd=child("" "SysListView32" win("" "CabinetWClass") 0x1)
str s; int r c
for r 0 SendMessage(hwnd LVM_GETITEMCOUNT 0 0)
,out "--- row %i ---" r
,for c 0 5
,,if(!GetListViewItemText(hwnd r s c)) s=""
,,out s

this is for SysListView32 controls in other programs
different code would be used for controls in your dialogs


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)