begininvoke
Display progress bar while doing some work in C#?
I want to display a progress bar while doing some work, but that would hang the UI and the progress bar won\'t update.[详细]
2022-12-14 21:44 分类:问答Invoke and BeginInvoke
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.[详细]
2022-12-14 06:29 分类:问答Threading and Sockets
I have the following: ThreadStart startThread = delegate { mySocket.StartListen(); }; mySocket is now looping on a Listen() when I:[详细]
2022-12-11 12:40 分类:问答