This one really stumped me. I tried to use different combinations of Me.lbl with the word TimeString incorporated but it didn't work for me. I used the Help section and found a Me.lbl.Text= "The time now is" & TimeString. By tying it to a button command, that worked for me.
I wondered if there was anything else simpler. So I consulted a few neighbors, who had used other techniques - the Timer and using Me.lblTime.Text= TimeString.
No comments:
Post a Comment