Posts: 863
Threads: 197
Joined: Apr 2005
To get text:
int hwnd=child("" "MSFlexGridWndClass" win("Puentes" "ThunderRT6FormDC") 0x1)
str capt
int i n=SendMessage(hwnd LVM_GETITEMCOUNT 0 0)
for i 0 n
,GetListViewItemText(hwnd i &capt 0)
,out capt
doesn't work in "MSFlexGridWndClass"...
Do you know other way?
Posts: 12,140
Threads: 142
Joined: Dec 2002
If acc does not work too, I don't know other way (except key, if possible). Maybe next QM version will have something like OCR...
Posts: 863
Threads: 197
Joined: Apr 2005
Ok, Thanks.
OCR would be fantastic...
Posts: 12,140
Threads: 142
Joined: Dec 2002