Custom Ticker Control Using A Progress Bar

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.

Comments

You can place the controls within a user control or a custom control class. Reference the class and add it to your applications. This simple tutorial made out of boredom. Got bored and boom!!! There it is. Thanks,

Add new comment