VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Check out your Mouse (for Double Click Speed) using API call.

by Ayan Chaudhuri (8 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Sat 2nd March 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Check out your Mouse (for Double Click Speed) using API call.

Rate Check out your Mouse (for Double Click Speed) using API call.



Dim doubletime As Long
doubletime = GetDoubleClickTime()
Text1 = Str(doubletime) + " Millisecond(s)"
End Sub


Download this snippet    Add to My Saved Code

Check out your Mouse (for Double Click Speed) using API call. Comments

No comments have been posted about Check out your Mouse (for Double Click Speed) using API call.. Why not be the first to post a comment about Check out your Mouse (for Double Click Speed) using API call..

Post your comment

Subject:
Message:
0/1000 characters