c# windows控件,在多线程软件中显示文件的下载进度状态

发布于 2024-11-03 09:26:53 字数 79 浏览 0 评论 0原文

所以我想用 C# 开发一个软件,能够使用线程下载 YouTube 视频。

我应该使用哪个控件来显示给定时间内每个视频的下载进度?

So I whould like to develop a software in c# that will be capable of downloading youtube videos using threads.

Which control should i use in order to show the progress of each of the videos being downloaded in a given time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝礼 2024-11-10 09:26:53

您始终可以将 ProgressBar 组件与 BackgroundWorker 结合使用来更新完成状态。

这是一个基本示例: C# Winform ProgressBar 和 BackgroundWorker

顺便说一下,一个人写了这里的分步说明可能会有所帮助:http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/

You can always use ProgressBar component in conjunction with BackgroundWorker to update the completion status.

Here is a basic sample: C# Winform ProgressBar and BackgroundWorker

By the way, a guy wrote a step-by-step instructions here which may be helpful: http://fernandof.wordpress.com/2007/04/04/implementing-multi-threading-in-winforms-using-the-backgroundworker-class/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文