Sponsors

SetCursorPos

Function name: SetCursorPos

Defined in : User32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function SetCursorPos Lib "user32" Alias "SetCursorPos" (ByVal x As Long, ByVal y As Long) As Long

Parameters:

Returns:

Related functions:

Examples:

Moving Mouse

Mouse

Categories