(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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

javascript - Replicate keyboard event with html button -