What do I need to do to create a progress bar like this using WinForms?
It's called a marquee progress bar. Just use a regular ProgressBar
and set:
myProgressBar.Style = ProgressBarStyle.Marquee;
and
myProgressBar.MarqueeAnimationSpeed = yourDesiredSpeed;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With