01-28-2009, 04:28 PM
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
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