VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Set your Mouse (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)

Set your Mouse (Double Click Speed) using API call.

Rate Set your Mouse (Double Click Speed) using API call.



Dim retval As Long
retval = SetDoubleClickTime(1000) ' set the double click speed to 1 second
Text2 = " 1 Second"
End Sub


Download this snippet    Add to My Saved Code

Set your Mouse (Double Click Speed) using API call. Comments

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

Post your comment

Subject:
Message:
0/1000 characters