I want to display a progress bar while doing some work, but that would hang the UI and the progress bar won\'t update.
Greetings, I am developing some application in C#. At the moment I\'m dealing with threading and I have a question that I have in my mind.
I have the following: ThreadStart startThread = delegate { mySocket.StartListen(); }; mySocket is now looping on a Listen() when I: