You can use System.Timers.Timer and use the Timer elapsed event. It Occurs when the interval elapses. That way you can add a code to that event to refresh your textbox
I know about the system time it works fine but when it kicks off I change
the text in the text box but it does not change on the screen. I need to
know how to refresh the screen that was my question.
Tap said:
Bryan,
You can use System.Timers.Timer and use the Timer elapsed event. It Occurs
Sorry, I misunderstood the whole question. I thought you needed the timer to do something.
You can reassign the value to the textbox as Matt suggested
Thanks
Ta
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.