Hem / Tips & tricks
Private Sub Timer1_Timer()Label1.Caption = Label1.Caption - 1If Label1.Caption = "0" ThenTimer1.Enabled = FalseEnd IfEnd Sub