ถามเรื่องเวลา VB 6.0 หน่อยครับ

ซึ่งผมทำโค๊ดจับเวลาได้แล้ว แต่มันทำยังไงให้ กดปุ่มอะไรก็ได้ใน Keyboard มันเริ่มจับเวลาอะครับ ???
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
แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่