VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Tells you how long you have been in windows using the GetTickCount API.

by Richard Merry (2 Submissions)
Category: Windows API Call/Explanation
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Sat 22nd January 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Tells you how long you have been in windows using the GetTickCount API.

Rate Tells you how long you have been in windows using the GetTickCount API.



'lblTime.Caption = Format(GetTickCount / 60000, "0") 'How long in windows in (seconds)

Download this snippet    Add to My Saved Code

Tells you how long you have been in windows using the GetTickCount API. Comments

No comments have been posted about Tells you how long you have been in windows using the GetTickCount API.. Why not be the first to post a comment about Tells you how long you have been in windows using the GetTickCount API..

Post your comment

Subject:
Message:
0/1000 characters