Hi all,
sorry for my beginner question.
How can I change a form property from a thread (I don't think primary
application thread, but the instance of Thread class)? If I do it i get
an exception InvalidOperatio nException - Cross-thread
operation not valid: Control 'lblStatusGame' accessed from a thread
other than the thread it was created on.
--
Best regards,
Jakub Cermak
ICQ 159971304
sorry for my beginner question.
How can I change a form property from a thread (I don't think primary
application thread, but the instance of Thread class)? If I do it i get
an exception InvalidOperatio nException - Cross-thread
operation not valid: Control 'lblStatusGame' accessed from a thread
other than the thread it was created on.
--
Best regards,
Jakub Cermak
ICQ 159971304
Comment