I'm trying to find code for a custom control (or just a dll) that I can use in a windows form app that will allow for displaying text in the progress bar.
I would like the ability to have the text change color as the progress bar moves over it.
I've found a couple of examples on the web but the bars don't have the appearance of the normal progress bar (if you put it on the form it doesn't have the 3d look to it).
Also, the text color in these examples don't change as the bar goes over the text.