We've all used the ProgressBar
control, and it's great.
Sometimes, though, you want to indicate to the user that work is being done, even though you can't determine what percentage of the work is finished or how long it will take to complete.
On some operating systems, you can set Style = ProgressBarStyle.Marquee;
but this isn't supported on, e.g., Windows Server 2008.
Is there any type of "Spinning Wheel" control (like this) that is freely available (perhaps on CodeProject, CodePlex, SourceForge, or elsewhere) and fills this need?
It doesn't have to be a wheel, really -- any control that appropriate conveys the message "work is being done -- not to worry" would be fine.