Set double click time of mouse using SetDoubleClickTime API
Set double click time of mouse using SetDoubleClickTime API
Rate Set double click time of mouse using SetDoubleClickTime API
(1(1 Vote))
' 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
Set double click time of mouse using SetDoubleClickTime API Comments
No comments yet — be the first to post one!
Post a Comment