(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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -