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