Private Sub Form_Load()
Timer1.Interval = 1000
Text1.Text = Format(Time, "hh:mm:ss")
End Sub
Private Sub Timer1_Timer()
Text1.Text = Format(Time, "hh:mm:ss")
End Sub
Private Sub Form_Load()
Timer1.Interval = 1000
Text1.Text = Format(Time, "hh:mm:ss")
End Sub
Private Sub Timer1_Timer()
Text1.Text = Format(Time, "hh:mm:ss")
End Sub
一秒钟刷一次时间 这个时间是系统现在的时间 跟TIMER的精度没什么关系