[DllImport("user32.dll")]
static extern int ShowCursor(bool bShow);
None.
The ShowCursor function displays or hides the cursor.
bShow
[in] Specifies whether the internal display counter is to be incremented or decremented. If bShow is TRUE, the display count is incremented by one. If bShow is FALSE, the display count is decremented by one.
Please add some!
Please add some!
System.Windows.Forms.Cursor.Hide()