Slider and Trackbar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All
In my application I am using TackBar, in past there used to be a controll like Slider. Wtih slider you could graphically show that what section of slider you have selected by fill in colors. Example could be that if you have slide the bar from 1- 10 then there will be a color fill from 1 - 10 where 11 - 100 will not have any fill

My question is how can I use same functionality in the Tack bar, if not then what other controll would give me same fucntionality.

Any help will be greatly appreciate

Cheers
 
Try messing with something like this?

http://www.codeproject.com/cs/miscctrl/colorprogressbar.asp

Hope it helps

Rollasoc

paja said:
Hello All,
In my application I am using TackBar, in past there used to be a controll
like Slider. Wtih slider you could graphically show that what section of
slider you have selected by fill in colors. Example could be that if you
have slide the bar from 1- 10 then there will be a color fill from 1 - 10
where 11 - 100 will not have any fill.
My question is how can I use same functionality in the Tack bar, if not
then what other controll would give me same fucntionality..
 
Back
Top