AllApi.net

[an error occurred while processing this directive]
 
'In general section
Private Declare Function GetTickCount& Lib "kernel32" ()
Private Sub Form_Load()
    'KPD-Team 1998
    'URL: http://www.allapi.net/
    'E-Mail: KPDTeam@Allapi.net
    'Get the tickcount
    ret& = GetTickCount&
    MsgBox Str$(ret& / 60000) + " minutes."
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/