I'm trying to implement a basic Health/Stamina/Mana readout in a Windows Forms application, and my first approach was to use a ProgressBar control. However, I'm not fond of its visual representation in Aero (always green and too much distracting gloss animation), and I'm not quite ready to get into WPF development (which is, from what I can tell, the only way to modify it).
I also toyed with using a PictureBox control and sliding an image around horizontally, but it seemed like more trouble than it was worth.
Has anyone experimented with this and come up with a relatively simple solution? I'm just looking for a point in the right direction.
Thanks in advance.