首页 > 电脑

vb6.0做个倒时间的请高手帮忙在那里出错了?

更新时间2018-10-22 22:48:39

记时间

vb6.0做个倒时间的请高手帮忙在那里出错了?

倒时间显示

vb6.0做个倒时间的请高手帮忙在那里出错了?

Private Sub Timer1_Timer()

Label4.Caption = Label4.Caption - 1

If Label1.Caption = 0 Then

Label2.Caption = 59

If Label1.Caption >= 0 Then

Label1.Caption = Label1.Caption - 1

Label2.Caption = 59

If Label2.Caption >= 0 Then

Label2.Caption = Label2.Caption - 1

Label2.Caption = 59

If Label2.Caption = 0 Then

Label3.Caption = 59

If Label3.Caption <= 0 Then

Label3.Caption = Label3.Caption - 1

Label3.Caption = 59

If Label3.Caption = 0 Then

Label4.Caption = 59

If Label4.Caption >= 0 Then

Label4.Caption = Label4.Caption - 1

If Label4.Caption = 0 Then

Timer1.Enabled = False

End If

End If

End If

End If

End If

End If

End If

End If

End Sub


最好是不要这么做。可能会有不良的后果

上一篇:主板的大板和小板有什么区别

下一篇:java锁机制