Page 1 of 1

mouse methods

Posted: Wed Mar 07, 2007 7:16 am
by arishahsan
How can I set the mouse co-ordinate mode as the ActiveWindowCoordinates.

I mean I want to perform the operation on the basis of the active window co-ordinates,not on the screen co-ordinates.

Posted: Wed Mar 07, 2007 7:01 pm
by cmiller
I think this is what you're looking for.

Code: Select all

Ranorex.Mouse.CoordinateMode = MouseCoordinateMode.ClientWindowCoordinates;