C
cybertof
Hello,
I have read the following article :
"You cannot interact with UI elements from a thread that did not create
them."
The article comes from
http://www.codeproject.com/csharp/winformsthreading.asp
I have changed the 2 thread code to make them interact directly with the
UI Form elements.
It works !
In which cases this would not work ?
Regards,
Cybertof.
I have read the following article :
"You cannot interact with UI elements from a thread that did not create
them."
The article comes from
http://www.codeproject.com/csharp/winformsthreading.asp
I have changed the 2 thread code to make them interact directly with the
UI Form elements.
It works !
In which cases this would not work ?
Regards,
Cybertof.