I am trying to develop application that would let me mark A-B points on the timeline. How do I draw lines on the trackbar to mark a specific point/value?

Also, how do I hide the ticks in the trackbar control when TickStyle is set to Both?

link|improve this question

feedback

2 Answers

I think these links help you to customize your trackbar control. Second link gives you a lot of examples for customize trackbar.

http://www.codeproject.com/KB/miscctrl/MAC_Slider.aspx

http://www.codeproject.com/KB/miscctrl/gTrackBar.aspx

link|improve this answer
hello gpx, mark as answer, if it helps you. – sikender Sep 1 '11 at 7:00
feedback

If you are ready to pay for that DevExpress provides a Trackar which is named RangeTrackBar with 2 TrackBar Buttons and very Customizable using Visual Studio Designer .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.