I tried this and the cursor was still visibleOption Explicit
Private Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
Private Sub Command1_Click()
ShowCursor (0)
End Sub
'1 = appear
'0 = disapp.
|
Results 1 to 10 of 10
Thread: two easy questionsThreaded View
|
Click Here to Expand Forum to Full Width |