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锁机制
上一篇:主板的大板和小板有什么区别
热门标签: