VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get double click time of mouse using GetDoubleClickTime 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)

Get double click time of mouse using GetDoubleClickTime API

Rate Get double click time of mouse using GetDoubleClickTime API



Dim dtime As Long
' Get maximum double click time
dtime = GetDoubleClickTime()
MsgBox "Maximum allowed double click time between clicks is " & dtime & " milliseconds"
End
End Sub

Download this snippet    Add to My Saved Code

Get double click time of mouse using GetDoubleClickTime API Comments

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

Post your comment

Subject:
Message:
0/1000 characters