The Windows progressbar control supports a marquee mode that is not available in the .NET Framework 1.1 Windows Forms wrapper around this control. A marquee-style progressbar does not display progress, instead it indicates that an operation is going on by moving some blocks from right to left:
System.Windows.Forms.ProgressBar is marked as NotInheritable, thus it’s not as easy to change the progressbar’s style. Instead of writing a wrapper from scratch, only the code used to change the style is shown below: