P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Oct 10th, 2003 08:05 AM Post subject: Get Double Click Time |
|
|
| Code: | Private Declare Function GetDoubleClickTime& Lib "user32" ()
Private Sub Form_Load()
MsgBox GetDoubleClickTime
End Sub |
_________________ No one is completely useless. They can at least be an example of what to avoid. |
|