08-09-2008, 05:54 AM
If you're lazy just get rid of the GetTickCount declaration and do:
Code:
Public Function GetTickCount() As Long
GetTickCount = timeGetTime
End Function