Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Create a trackbar with two thumbs?

Create a trackbar with two thumbs?

Scheduled Pinned Locked Moved .NET (Core and Framework)
tutorialquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cooljeba1
    wrote on last edited by
    #1

    Hi, I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ? Will I have to write it from scratch or I can modify the existing trackbar to implement this ? Thanks in advance :)

    L 1 Reply Last reply
    0
    • C cooljeba1

      Hi, I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ? Will I have to write it from scratch or I can modify the existing trackbar to implement this ? Thanks in advance :)

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      cooljeba1 wrote:

      I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ?

      From scratch would probably be faster. Two small Panels that you can (horizontally) position with the mouse?

      I are Troll :suss:

      C 1 Reply Last reply
      0
      • L Lost User

        cooljeba1 wrote:

        I would like to know how to create a custom control in which I have one trackbar but with two thumbs (sliders) one at extreme left and one at extreme right. How tough it will be ?

        From scratch would probably be faster. Two small Panels that you can (horizontally) position with the mouse?

        I are Troll :suss:

        C Offline
        C Offline
        cooljeba1
        wrote on last edited by
        #3

        Hi, Thanks for your reply.. I was looking for something like this: http://img28.imageshack.us/img28/2306/slider.jpg

        L 1 Reply Last reply
        0
        • C cooljeba1

          Hi, Thanks for your reply.. I was looking for something like this: http://img28.imageshack.us/img28/2306/slider.jpg

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          As a programmer, I see a control with two little controls on it. The little controls can slide. As an end-user, I'd say it would be confusing. What's the current setting? Is it set to the minimum, the maximum or both?

          I are Troll :suss:

          C 1 Reply Last reply
          0
          • L Lost User

            As a programmer, I see a control with two little controls on it. The little controls can slide. As an end-user, I'd say it would be confusing. What's the current setting? Is it set to the minimum, the maximum or both?

            I are Troll :suss:

            C Offline
            C Offline
            cooljeba1
            wrote on last edited by
            #5

            yeah... It will be used to scroll through a graph.. the left slider will be set to min and the right slider to the max by default. User can slide either controls so select a range.. in graph.. lets say the min year he sets to 2005 and max year he sets to 2009. so he can generate graph for data inbetween these years :)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups