Visual Basic > Code Snippets
Move cursor to a set position on the screen
Move cursor to a set position on the screen Private Declare Function SetCursorPos Lib "User32" (ByVal X As Long, ByVal Y As Long) As Long Call SetCursorPos(400,400)
Visual Basic Codes
ActiveX
Miscellaneous
Applications
Code Snippets
Common Dialogs
Special Effects
Database Stuff
Date Time
Files Drives
Forms
Graphics Games
Internet Stuff
Multimedia
Other
Strings
Windows