I get the error \"Cross-thread operation not valid: Control \'label1\' accessed from a thread other than the thread it was created on.\" when I run this code:
us
Are you remembering to use InvokeRequired? It will allow you to update a UI element on the UI thread from the Timer thread.