I'm about to implement a slider control component in .NET that's along the lines of a music recording control.
With the timebased equalizer graph, and with the abilities of a regular slider. How to go about this?
I'm about to implement a slider control component in .NET that's along the lines of a music recording control.
With the timebased equalizer graph, and with the abilities of a regular slider. How to go about this?
Try the Track Bar Control from DevExpress
http://www.devexpress.com/Products/NET/Controls/WinForms/Editors/editors/TrackBarControl.xml
Thanks guys - I wasn't very explanatory in my question -- I did find this which I very much like - http://www.codeproject.com/KB/progress/MediaSlider.aspx -- I'll customize it to my needs.