votes
How to Update a TextBox (in WPF) From a WCF Service?
I understand that to update a control from a non-GUI thread, I need to do some kind of thread-marshal that data from a worker thread to the UI thread, so as to avoid any deadlock. But I am not sure in detail how to do it. I am able to sh ...
