M
Mikael Syska
Hey,
Cross-thread operation not valid: Control 'ThreadStartedAt' accessed
from a thread other than the thread it was created on
I get this Exception when I try to update some labels/textbox's from a
Thread... I have read something about that I can use Delegates/Invoke
and stuff in that direction, but I'm not that far in my book now that I
understand how all that works....
Is there any one here that can give a very simple example, I can use in
my Program to update some controls on my form from a Thread?
// ouT
Cross-thread operation not valid: Control 'ThreadStartedAt' accessed
from a thread other than the thread it was created on
I get this Exception when I try to update some labels/textbox's from a
Thread... I have read something about that I can use Delegates/Invoke
and stuff in that direction, but I'm not that far in my book now that I
understand how all that works....
Is there any one here that can give a very simple example, I can use in
my Program to update some controls on my form from a Thread?
// ouT