(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?
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
Post a Comment