It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center。
已关闭8年。
我必须在Windows应用程序(.net 3.5 C#)中进行异步编程,方法是在后台进行长时间的处理,并在用户界面上向用户显示进度表。我如何做这个基于Windows的应用程序
已关闭8年。
我必须在Windows应用程序(.net 3.5 C#)中进行异步编程,方法是在后台进行长时间的处理,并在用户界面上向用户显示进度表。我如何做这个基于Windows的应用程序
最佳答案
看一看BackgroundWorker类:
关于c# - C#3.5中的异步编程,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/10570972/
10-11 07:32