Use a progress bar with the style set to Marquee. This represents an indeterminate progress bar.
myProgressBar.Style = ProgressBarStyle.Marquee;
You can also use the MarqueeAnimationSpeed property to set how long it will take the little block of color to animate across your progress bar.