rosshodges
Freshman
- Joined
- Nov 23, 2002
- Messages
- 28
Visual Basic:
Private Sub ResetNumber()
If NumericUpDown1.Value = 23 And NumericUpDown2.Value = 59 And NumericUpDown3.Value = 58 Then
NumericUpDown1.Value = 0
NumericUpDown2.Value = 0
NumericUpDown3.Value = 0
End If
End Sub
i was getting an error when puting my count down timer to 23:59:59 so i made this code but it doesnt work any ideas?
Ross
Last edited by a moderator: