To show/hide cursor using
To show/hide cursor using
Rate To show/hide cursor using
(1(1 Vote))
'To show the cursor, use this:
ShowCursor (1)
End Sub
Private Sub Command2_Click()
'To hide the cursor, use this:
ShowCursor (0)
End Sub
Private Sub Command3_Click()
End
End Sub
To show/hide cursor using Comments
No comments yet — be the first to post one!
Post a Comment