Download StatusList.zip - 40.3 KB
Download StatusListSource.zip - 260.7 KB

Introduction
A while back I created what I called a status label. The idea was to simplify task progress. Often you don't know how long a given task is going to take, or have any other way of tracking its progress. This is where it came in handy. Anyway, truth be told, I wanted the same control, but with the ability to track those tasks where time/size, or some other measure was available. I also wanted it to look a little nicer, with designer support and a vista feel to it. It has come in very useful to me, and I hope the feedback tells me you have found a use also.
I have renamed it, StatusList, since that seemed more appropriate.
Using the code
The code usage has been made simple. Also there is designer support, so it should be fairly easy to implement into any project.
Simply add a reference to the DLL in your project and then add the control to your form.
Everything is available from the designer, so there's no real need to show you all the code. I have attached the source code above so it should be failry easy to work out how to modify it for your needs.
Points of Interest
The key features of this control are as follows:
1. Four status modes, Pending, Completed, Running, Failed
2. Customisable, Fonts, Colors, Title
3. Designer support, add items using designer and edit them live
4. Empty items, show a rectangle in designer only (to make it easy to see your item)
5. Percentage display
6. Progress Bar display behind text
7. Custom progress values
History
This is basically version 2 of my original control, StatusLabel