B
Bryan G
I have a timmer that looks at a value in a text box that I need to get
refreshed How do I refresh the text box?
refreshed How do I refresh the text box?
Bryan said:I have a timmer that looks at a value in a text box that I need to get
refreshed How do I refresh the text box?
when the interval elapses. That way you can add a code to that event toTap said:Bryan,
You can use System.Timers.Timer and use the Timer elapsed event. It Occurs