avatar.ds
July 17th, 2006, 02:49 PM
I need to update Forms controls based on processing done in a timer delegate.
This is what I get:
A first chance exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll
Additional information: Cross-thread operation not valid: Control 'label4' accessed from a thread other than the thread it was created on.
Is there a workaround?
This is what I get:
A first chance exception of type 'System.InvalidOperationException' occurred in System.Windows.Forms.dll
Additional information: Cross-thread operation not valid: Control 'label4' accessed from a thread other than the thread it was created on.
Is there a workaround?