/ Published in: Visual Basic

To move the cursor position to a desired location, we can use the following code.
Expand |
Embed | Plain Text
Dim deviceReplayObject Set deviceReplayObject = CreateObject("Mercury.DeviceReplay") Call deviceReplayObject.MouseMove(x, y)
You need to login to post a comment.