Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SysListView32
#4
Try accessible object functions.
Macro
Code:
Copy      Help
int hwnd=child("" "SysListView32" win("" "CabinetWClass") 0x1)
str s; int r c
Acc a=acc("" "LISTITEM" hwnd); if(!a.a) ret
rep
,out a.Name
,out a.Description
,a.Navigate("next"); err break


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)