VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Set double click time of mouse using SetDoubleClickTime API

by Karthikeyan (187 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 1st August 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Set double click time of mouse using SetDoubleClickTime API

Rate Set double click time of mouse using SetDoubleClickTime API



' Set maximum double click speed to 1 sec.
Dim rtval As Long
rtval = SetDoubleClickTime(1000)
MsgBox "The double click speed is now set to 1 second (1000 millisecs)."
End
End Sub

Download this snippet    Add to My Saved Code

Set double click time of mouse using SetDoubleClickTime API Comments

No comments have been posted about Set double click time of mouse using SetDoubleClickTime API. Why not be the first to post a comment about Set double click time of mouse using SetDoubleClickTime API.

Post your comment

Subject:
Message:
0/1000 characters