▼ กำลังโหลดข้อมูล... ▼
แสดงความคิดเห็น
คุณสามารถแสดงความคิดเห็นกับกระทู้นี้ได้ด้วยการเข้าสู่ระบบ
กระทู้ที่คุณอาจสนใจ
อ่านกระทู้อื่นที่พูดคุยเกี่ยวกับ
การพัฒนาซอฟต์แวร์
ซอฟต์แวร์
ถามเรื่องเวลา VB 6.0 หน่อยครับ
Private Sub Timer2_Timer()
Label5.Caption = Label5.Caption + 1
Timer2.Interval = 1000
If Label3.Caption = "" Then
Label3.Caption = "0"
End If
If Label5.Caption = "" Then
Label5.Caption = "0"
End If
If Label3.Caption = "00" Then
Label3.Caption = "0"
End If
If Label5.Caption = "00" Then
Label5.Caption = "0"
End If
If Label5.Caption = "60" Then
Label3.Caption = Label3.Caption + 1
Label5.Caption = "0"
End If