10-25-2005, 10:28 AM
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.
Would be much slower if scan would search in whole screen, not only in tree view control.
int t1=perf
scan "tv sel.bmp" child("" "SysTreeView32" "+ExploreWClass" 0x1) 0 0x3
int t2=perf
out t2-t1Would be much slower if scan would search in whole screen, not only in tree view control.
