Dyanamic Progress Bar! [英] Dyanamic Progress Bar !

查看:110
本文介绍了Dyanamic Progress Bar!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello All,



我正在进行大量搜索,所以我想要实现进度条直到数据没有被提取。我们将如何动态实现这个?

解决方案

虽然你的问题肯定需要更多细节,但你需要这个:





progressBar1.Maximum = checkedListBox1.Items.Count;

progressBar1.Step = 1;

[additinal code]

progressBar1.PerformStep() ;

Hello All,

I am doing a large searching so i want implement progress bar until data is not fetching.How we will implement this dynamically?

解决方案

Although your questions definitely needs more detail in short you need this:


progressBar1.Maximum = checkedListBox1.Items.Count;
progressBar1.Step = 1;
[additinal code]
progressBar1.PerformStep();


这篇关于Dyanamic Progress Bar!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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