VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A timer that triggers on minutes instead of seconds

by Martin Olsen (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 5th December 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

A timer that triggers on minutes instead of seconds

Rate A timer that triggers on minutes instead of seconds



'type in the "Minute" interval you want in Text2 


Private Sub Timer1_Timer()
Text1 = Text1 + 1
If Text1 / 60 = Text2 Then Text3 = "1 min" 'command = True
End Sub


Download this snippet    Add to My Saved Code

A timer that triggers on minutes instead of seconds Comments

No comments have been posted about A timer that triggers on minutes instead of seconds. Why not be the first to post a comment about A timer that triggers on minutes instead of seconds.

Post your comment

Subject:
Message:
0/1000 characters