Slider/Trackbar alternative

8k views Asked by At

Anyone know of a custom control that looks like this Volume control http://img806.imageshack.us/img806/9366/volumecontrol.png and works similarly to slider or trackbar?

I tried googling but all I found was this, w/c is similar to the built-in trackbar control in VS2008.

I don't use WPF; just C# 2.0.

1

There are 1 answers

2
Kernow Steve On BEST ANSWER

You might be able to modify the code of this control to do what you want.