Trackbar control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rupali
    New Member
    • Aug 2012
    • 25

    Trackbar control

    Hello,

    I have used Trackbar control with following properties
    min value, max value, small change, large change,
    TickFrequency.
    On doing all these settings it is working.

    Now if instead of moving the bar manually, I directly click somewhere on the control, the bar does not move.

    So I want to know how to move the bar on click.
  • rupali
    New Member
    • Aug 2012
    • 25

    #2
    Incase earlier description of the question is not clear,

    I want to ask "How do I get a trackbar move to a click position"

    Comment

    • lyodmichael
      New Member
      • Jul 2012
      • 75

      #3
      use the click sub? or trackbar_click?

      Comment

      • rupali
        New Member
        • Aug 2012
        • 25

        #4
        Hello lyodmichael,

        I could not find the click event of trackbar in vb.net.

        Comment

        • rupali
          New Member
          • Aug 2012
          • 25

          #5
          I did go through the following link:


          But could not implement it.
          Please can anyone help on the above link?

          Comment

          • rupali
            New Member
            • Aug 2012
            • 25

            #6
            I fixed the issue using the above link only.

            Comment

            Working...