VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This makes a timer that counts down.(cool code for a game timer)

by anonamous (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 15th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This makes a timer that counts down.(cool code for a game timer)

Rate This makes a timer that counts down.(cool code for a game timer)



'put a timer on the form(interval to 1000)
'set label caption to 60
'under the code window put timer
''''''''''''''''''''''''''''''''''''''''''''''
Label1.Caption = Val(Label1.Caption) - 1
''''''''''''''''''''''''''''''''''''''''''''''

Download this snippet    Add to My Saved Code

This makes a timer that counts down.(cool code for a game timer) Comments

No comments have been posted about This makes a timer that counts down.(cool code for a game timer). Why not be the first to post a comment about This makes a timer that counts down.(cool code for a game timer).

Post your comment

Subject:
Message:
0/1000 characters