Code:Private Sub Command1_Click() Text1.Text = Text1.Text - 1 End Sub Private Sub Form_Load() Text1.Text = "99999999999999999" End Sub '''how do i stop it from counting down to 1E+17 and display numbers instead
|
Results 1 to 4 of 4
Thread: [RESOLVED] Countdown Problem
|
Click Here to Expand Forum to Full Width |