VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



To show and hide cursor

by Mohamed S.Muhuseen (1 Submission)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 24th March 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

To show and hide cursor

Rate To show and hide cursor



'To hide the cursor, use this:
ShowCursor (False)
End Sub

Private Sub cmdShow_Click()
'To show the cursor, use this:
ShowCursor (True)
End Sub

Download this snippet    Add to My Saved Code

To show and hide cursor Comments

No comments have been posted about To show and hide cursor. Why not be the first to post a comment about To show and hide cursor.

Post your comment

Subject:
Message:
0/1000 characters