| View previous topic :: View next topic |
| Author |
Message |
arishahsan
Joined: 18 Jan 2007 Posts: 26
|
Posted: Wed Mar 07, 2007 8:16 am Post subject: mouse methods |
|
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. |
|
| Back to top |
|
 |
cmiller
Joined: 05 Mar 2007 Posts: 7
|
Posted: Wed Mar 07, 2007 8:01 pm Post subject: |
|
I think this is what you're looking for.
Code: click into code to enlarge
Ranorex.Mouse.CoordinateMode = MouseCoordinateMode.ClientWindowCoordinates;
|
|
| Back to top |
|
 |
|