显示进度条C# [英] Show progress bar C#

查看:92
本文介绍了显示进度条C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,



如何在.net 4.5中使用System.IO.Compression压缩/解压缩时显示进度条。我使用下面的语句压缩文件/文件夹: -



ZipFile.CreateFromDirectory(txtSource.Text,txtDestination.Text.Trim()+Backup.zip) ;

如果有其他工具可以请告诉我。



问候,



Anil Kumar

Dear All,

How to show progress bar when compressing/uncompressing with "System.IO.Compression" in .net 4.5. I am using below statement to compress files/folder: -

ZipFile.CreateFromDirectory(txtSource.Text, txtDestination.Text.Trim() + "Backup.zip");
If other tool is available kindly let me know.

Regards,

Anil Kumar

推荐答案

您已经在压缩模式下的C#备份程序 [ ^ ]。请不要重新发布;如果您有更多信息,请编辑原始问题。
You already posted this question at C# backup Programme in Compress mode[^]. Please do not repost; if you have more information then edit your original question.


这篇关于显示进度条C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆