AllApi.net

[an error occurred while processing this directive]
 
Private Declare Function SetDoubleClickTime Lib "user32" (ByVal wCount As Long) As Long
Private Declare Function GetDoubleClickTime Lib "user32" () As Long
Private Sub Form_Load()
    'KPD-Team 1998
    'URL: http://www.allapi.net/
    'E-Mail: KPDTeam@Allapi.net
    'Get the double click time
    m_dct = GetDoubleClickTime
    'Set the new double click time
    SetDoubleClickTime m_dct * 2
    MsgBox "The doubleclick time was" + Str$(m_dct) + " mSecs, but now I've changed it to" + Str$(m_dct * 2) + " mSecs.", vbInformation + vbOKOnly, App.Title
End Sub


 
Copyright © 1998-2000, The KPD-Team.
Send mail to KPDTeam@Allapi.net with comments about this web site.
This site is located at
http://www.Allapi.net/