Hello. I am operating ISeries Access for Windows and I need
some vbscript to set the cursor to specific coordinates on
my screen when the script is ran. In this case, the
coordinates are 04/052. Thank you in advance.
Answer Jesse,
Sorry for late reply, here is your code:
Copy this single line code and Paste to your General declarations:
Private Declare Sub SetCursorPos Lib "User32" (ByVal X As Long, ByVal Y As Long)