This is a countdown timer using a ProgressBar. Example only.
This is a countdown timer using a ProgressBar. Example only.
API Declarations
'This is NOT for the Microsoft Forms 2.0 Object Library.
THERE ARE NO RESTRICTIONS FOR USE.
Rate This is a countdown timer using a ProgressBar. Example only.
(2(2 Vote))
Static count
count = (count + 1)
ProgressBar1.Value = (ProgressBar1.Max - count)
If ProgressBar1.Value = 0 Then
Timer1.Enabled = False
'You can add code for what will happen when the countdown reaches zero.
End If
End Sub
This is a countdown timer using a ProgressBar. Example only. Comments
No comments yet — be the first to post one!
Post a Comment