Friday, November 14, 2014

Move/Set cursor position on screen



You can move/set the cursor position on screen using following code.
Set deviceReplayObject = CreateObject("Mercury.DeviceReplay")
Call deviceReplayObject.MouseMove(x, y)

No comments:

Post a Comment