T
TonyJ
Hello!
If I have a control in the form that is accessed by a different thread then
the one that was used when the control was created
I get "Cross-thread operation not valid: Control 'digital' accessed
from a thread other than the thread it was created on." which this mail is
about
As I have noticed this error appear only in debug mode and not in release
mode.
So the debugger inform me that usage of thread is not correct.
I have asked this question before and have not received any good answer.
So I hope to get a better anser this time
Now to the question if this error is not corrected what would the
consequences be ?
What symptom could I get when this program is put into production because of
incorrect usage of threads.
//Tony
If I have a control in the form that is accessed by a different thread then
the one that was used when the control was created
I get "Cross-thread operation not valid: Control 'digital' accessed
from a thread other than the thread it was created on." which this mail is
about
As I have noticed this error appear only in debug mode and not in release
mode.
So the debugger inform me that usage of thread is not correct.
I have asked this question before and have not received any good answer.
So I hope to get a better anser this time
Now to the question if this error is not corrected what would the
consequences be ?
What symptom could I get when this program is put into production because of
incorrect usage of threads.
//Tony