Customizing the TrackBar control in .NET

25,530

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

Share:
25,530
GPX
Author by

GPX

Updated on September 01, 2020

Comments

  • GPX
    GPX over 3 years

    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?

  • Ege Aydın
    Ege Aydın almost 8 years
    He is asking for c# examples yet you provide VB ones and excepting it to be an accepted answer. I don't know why this is marked as accepted.