I have a form with a timer, that shows the time of day as a caption on a label. The timer has an interval of 1000. The time shows ok until you click on a command on the form to continue to other parts of the program. Then the program starts doing something else, and the label blanks out and the timer is not visible until the progrm ends. I have tried to put Label1.Refresh in several spots in the program, but nothing. Here is how I start the timer:
I would appreciate some help if you have ever come across this, or know what's going on. Thank you. Click.
Code:
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub
![[shadessad] [shadessad] [shadessad]](/data/assets/smilies/shadessad.gif)