[DllImport("user32.dll")]
static extern bool GetCursorPos(out POINT lpPoint);
Declare Function GetCursorPos Lib "user32.dll" _
(<Out> ByRef lpPoint As POINT) As Boolean
Gets the current position of the mouse regardless of the state of the form (even if the form is hidden).
Please add some!
Please add some!
System.Windows.Forms.Control.MousePosition