(Visual C#) How do you make one of those percentageless progress bars that scroll from the left to the right? -


i'm not sure how explain it, want progress bar act 1 on windows xp bootup screen. possible? if so, how?

enter image description here

you didn't mention display tech using, general concept "indeterminate" progress bar. styling exactly windows xp bit of challenge, basics start progressbar and:

in winforms:

set style marquee (how make indeterminate progress bar in winforms?)

in wpf, winrt, or uwp:

set isindeterminate "true` (msdn)


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -