03-18-2015, 10:16 AM
If Down arrow selects an accessible object, you can get its coordinates.
Else if it changes text caret position, try function GetCaretXY.
Else if it changes pixel color, search for that color.
Else measure distances and use code like this:
int row rowHeight=20
for row 0 varRep
,...
,rig 302 row*rowHeight+362 ...
Else if it changes text caret position, try function GetCaretXY.
Else if it changes pixel color, search for that color.
Else measure distances and use code like this:
int row rowHeight=20
for row 0 varRep
,...
,rig 302 row*rowHeight+362 ...
