Hi,
I need help as mentioned in the title. I have a timer routine that will update the text of button. But it doesn't seem to update then the timer routine is executed.
private void tmrRead_Tick(System.Object sender, System.EventArgs e) { bnt.Text = "Go"; }
I am using C#. Please help me with this problem.
Thanks