Hi experts, my time value display is the word "true" on Label2.caption and not a real time. On Label1.caption the is the exact date. Only the time got wrong. below is my code:
Private Sub Timer2_Timer()
Label1.Caption = Date
Label2.Caption = time
End sub
I have a timer1 the dispaly is ok.
Kimangel.