文件名称:NetHomework5
- 所属分类:
- .net编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-12-14
- 文件大小:
- 47kb
- 下载次数:
- 0次
- 提 供 者:
- 魏*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用WinForm控件建立一个窗口,在窗口中放置3个进度条。实现后一个进度条是前一个进度条速度的1/10。如第一个进度条前进100 时,第二个进度条前进10 ,第三个进度条前进1 。
3.第一、二个进度条循环读取,直到第三个进度条达到100 时结束。进度条通过线程间的同步控制速度,
实现了进度条的开启、暂停、重启功能。
-WinForm controls to create a window in the window placed three of the progress bar. Achieve a progress bar before a progress bar speed of 1/10. Forward 100 , such as a progress bar, the forward 10 of the second progress bar, third progress bar forward by 1 . The first two progress bar loop to read until the the Third progress bar reaches 100 at the end. The progress bar through inter-thread synchronization control speed to achieve the opening of the progress bar, pause, restart function.
3.第一、二个进度条循环读取,直到第三个进度条达到100 时结束。进度条通过线程间的同步控制速度,
实现了进度条的开启、暂停、重启功能。
-WinForm controls to create a window in the window placed three of the progress bar. Achieve a progress bar before a progress bar speed of 1/10. Forward 100 , such as a progress bar, the forward 10 of the second progress bar, third progress bar forward by 1 . The first two progress bar loop to read until the the Third progress bar reaches 100 at the end. The progress bar through inter-thread synchronization control speed to achieve the opening of the progress bar, pause, restart function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NetHomework5\NetHomework5\bin\Debug\NetHomework5.exe
............\............\...\.....\NetHomework5.pdb
............\............\...\.....\NetHomework5.vshost.exe
............\............\...\.....\NetHomework5.vshost.exe.manifest
............\............\Form1.cs
............\............\Form1.Designer.cs
............\............\Form1.resx
............\............\NetHomework5.csproj
............\............\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
............\............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
............\............\...\...\.....\GenerateResource.read.1.tlog
............\............\...\...\.....\GenerateResource.write.1.tlog
............\............\...\...\.....\NetHomework5.csproj.FileListAbsolute.txt
............\............\...\...\.....\NetHomework5.exe
............\............\...\...\.....\NetHomework5.Form1.resources
............\............\...\...\.....\NetHomework5.pdb
............\............\...\...\.....\NetHomework5.Properties.Resources.resources
............\............\...\...\.....\ResolveAssemblyReference.cache
............\............\Program.cs
............\............\...perties\AssemblyInfo.cs
............\............\..........\Resources.Designer.cs
............\............\..........\Resources.resx
............\............\..........\Settings.Designer.cs
............\............\..........\Settings.settings
............\NetHomework5.sln
............\NetHomework5.suo
............\............\obj\x86\Debug\TempPE
............\............\...\...\Debug
............\............\bin\Debug
............\............\obj\x86
............\............\bin
............\............\obj
............\............\Properties
............\NetHomework5
NetHomework5