Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetListViewItemText
#1
How can I move the mouse to the focused item?.
#2
Code:
Copy      Help
Acc a=acc
a.Mouse
#3
In SysListView32 works but in ListView20WndClass doesn't work.
Do you know another way?
#4
Try scan (QM 2.1.7, Find Image dialog).
#5
Ok. Thanks.
Scan works but I looked for something faster.
#6
This code moves the mouse to the selected item in Windows Explorer. It is quite fast. About 10 ms with mouse movement, about 7 ms without. Windows Explorer is maximized.

Code:
Copy      Help
int t1=perf
scan "tv sel.bmp" child("" "SysTreeView32" "+ExploreWClass" 0x1) 0 0x3
int t2=perf
out t2-t1

Would be much slower if scan would search in whole screen, not only in tree view control.
#7
Ok. Thanks again.


Forum Jump:


Users browsing this thread: 1 Guest(s)