03-12-2009, 03:48 PM
Hi ,
I am using GetTextLocation method to get the 4 coordinates of the text in the window :
values of a,b,c d are the coordinates of the text .
I want to find the right mouse coordinate to use Click methode
....Click X, Y
Do you know how to get X,Y from the coord a,b,c d
Thx
I am using GetTextLocation method to get the 4 coordinates of the text in the window :
Code:
r=Window("Main Entry Login Window").GetTextLocation("User", a,b,c,d, false)
I want to find the right mouse coordinate to use Click methode
....Click X, Y
Do you know how to get X,Y from the coord a,b,c d
Thx