setcursorpos (user32)
Last changed: -47.65.239.1

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool SetCursorPos(int X, int Y);

VB.Net Signature:

Declare Auto Function SetCursorPos Lib "user32.dll" (ByVal x As Integer, ByVal y As Integer) As Integer

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Windows.Forms.Cursor.Position

Documentation