[DllImport("user32.dll")]
static extern bool GetCursorPos(out POINT lpPoint);
Declare Function GetCursorPos Lib "user32.dll" _
(<Out> ByRef lpPoint As POINT) As Boolean
None.
Please add some!
Please add some!
System.Windows.Forms.Control.MousePosition