I need to show a perpetual progress bar in .NET (C#) using standard .NET components. I do not know what the maximum number is going to be, but I want to show activity. Usually this is done with the green squares following the end, like a knight-rider light going in one direction.
Can I do this with the normal control?
Start Free Trial