How to display a “loading” overlay on windows forms while the form is loading its controls (or updating them)?

后端 未结 6 928
生来不讨喜
生来不讨喜 2020-12-08 08:54

I\'m looking for an effective way to notify the user that a given form is currently loading (or updating) it\'s UI and it will take few seconds.

This may occurs at i

6条回答
  •  [愿得一人]
    2020-12-08 09:07

    Use a ProgressBar with marquee or blocks style.

    http://msdn.microsoft.com/en-us/library/system.windows.forms.progressbar.aspx

提交回复
热议问题