用线程实现进度条平缓增加和展示进度详细信息

实现效果如下图:功能:实现查找文件名包含输入关键字的文件实现代码:导入命名空间:using System.Threading;using System.Diagnostics;引用dll System.Windows.Forms1.选择要查找的文件夹路径:代码如下/// /// 选择路径事件/// /// /// private void button1_Click(object sender, RoutedEventArgs e){ System.Windows.Forms.FolderBrowserDialog fbd = new System.Windows.Forms.FolderBr
posted @ 2013-08-28 19:26  _YMW  阅读(513)  评论(0编辑  收藏  举报