L
LP
Hello,
Can someone point to the right direction on how to start a new worker
thread, notify UI certain methods complete their work through events. And
then safely update UI's controls properties. I am especially interested in
the later part. I want to update label's text and progress bar while worker
thread is still running; what is the most recognized design pattern to do it
safely in C#.
Any articles code samples or your opinion will be appreciated. Thank you
Can someone point to the right direction on how to start a new worker
thread, notify UI certain methods complete their work through events. And
then safely update UI's controls properties. I am especially interested in
the later part. I want to update label's text and progress bar while worker
thread is still running; what is the most recognized design pattern to do it
safely in C#.
Any articles code samples or your opinion will be appreciated. Thank you