开发者

Doing UI Work in the background

What's the simplest way to do background work with the UI and also know when it has 开发者_如何学JAVAended?


Try a backgroundworker

http://msdn.microsoft.com/en-us/library/system.componentmodel.backgroundworker.aspx


I guess that you would benefit from Threading in C#, part 3 by Joseph Albahari. Especially the section "Subclassing BackgroundWorker" should be useful.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜