1
vote
[C#] A problem with MyThread and the Timer Control
Only the main thread can update the UI. Assuming you have your clock initialized correctly (as others have pointed out) and that "clock_Tick" is being invoked from your 2nd thread, you need to rewr …
