本文介绍了添加进度条(加载表单时)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的MDI父表单中,我选择通过MenuClick打开一个Child ...我想要一个

progressabar来显示和进展所有新孩子的加载

Form ..然后当它完成时我希望进度条消失,并且

的孩子就这样出现了。


有时会出现''在这些子窗口中加载很多,我觉得我想要向用户显示某些内容正在正在进行。而不只是让他们等待和

认为应用程序挂起,


/ Lars

In my MDI parent form I choose to open a Child thru a MenuClick... I want a
progressabar to show up and progress allthru the loading of the new Child
Form.. and then when it''s done I want the progressbar to disapear and the
child so show up.

Sometimes there''s a lot to load in these child windows and I feel I want to
show the user that something is "going on" and not just have them wait and
think the application hung,

/Lars

推荐答案





应该在哪里显示进度条?


-

Herfried K. Wagner [MVP]

< URL:http://dotnet.mvps.org/>



Where should the progressbar be shown?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>




进度条应该放在哪里?

-
Herfried K. Wagner [MVP]
< URL:http://dotnet.mvps.org/>



Where should the progressbar be shown?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>



这篇关于添加进度条(加载表单时)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 01:02