Dear All
Is there any way to display timer's Count Value
I like to see the timer value in the text box
Many Thanks for any reply
salih
Printable View
Dear All
Is there any way to display timer's Count Value
I like to see the timer value in the text box
Many Thanks for any reply
salih
Do you mean interval? Then you could do:
VB Code:
TextBox1.Text() = Timer1.Interval()