Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SysListView32
#3
I am using this code, it is able to show that the window have 5 rows but doest not display contents.

int hwnd=child(59648 "" "SysListView32" win("ODIN" ""))
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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)