CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Slider control

  1. #1
    Join Date
    Oct 2012
    Posts
    3

    Slider control

    Hi, I need a slider with number displayed inside the slider. Slider thumb or number should be moved and finally i need to fetch the value where the slider thumb is placed. I had attached the image of slider which i required.
    https://rapidshare.com/files/2605350...mpleSlider.jpg

  2. #2
    Join Date
    Jul 2005
    Location
    Netherlands
    Posts
    2,042

    Re: Slider control

    Which GUI framework are you using? Have you looked for similar open source controls?
    Cheers, D Drmmr

    Please put [code][/code] tags around your code to preserve indentation and make it more readable.

    As long as man ascribes to himself what is merely a posibility, he will not work for the attainment of it. - P. D. Ouspensky

  3. #3
    Join Date
    Oct 2012
    Posts
    3

    Re: Slider control

    I need to create using visual studio 2010 MFC dialog application

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Slider control

    Have a look at this example and, perhaps in others in http://www.codeproject.com/KB/miscctrl/#Range+Selectors
    Victor Nijegorodov

  5. #5
    Join Date
    Oct 2012
    Posts
    3

    Re: Slider control

    Thank you Victor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured