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
I am become death, the destroyer of worlds. mail:[email protected] Visual Basic 6.0 & .NETVisual C++ 6.0 & .NETASPLISPPROLOGCPascal
Forum Rules