Submitted by
ravenr1 on Wednesday, September 29, 2010 - 12:17.
Just a simple tutorial on how to make a custom ticker control using a progress bar.
[attachment:customtickercontrol.jpg=Screenshot]
A ticker is control where you can choose value between a maximum and a minimum setting just like a volume control.
Have fun.
[Edit]
I forgot to include in the description that you can also adjust the tick value by click the progress bar control ( other than clicking the +/- buttons. It use the MouseEvents and some Math calculations to set the value of the custom ticker control.