Printable View
How do you hide the mouse cursor globally?
Code: Private Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long ShowCursor 0
Private Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long ShowCursor 0