Results 1 to 8 of 8

Thread: New to GUI programming

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263

    New to GUI programming

    How would I create a slider control? I found some hints on MSDN, but they weren't helpful and didn't provide me with any hints (or atleast any that I could find that existed). Anyone have a code excerpt to show me?

  2. #2
    New Member Rayn's Avatar
    Join Date
    Jan 2003
    Location
    The Old West..
    Posts
    7
    Are you going to use just C++ or Visual C++?
    Welcome.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Does it matter?

    The slider control is part of the common controls library. Look up "Trackbar Controls" in MSDN.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  4. #4
    New Member Rayn's Avatar
    Join Date
    Jan 2003
    Location
    The Old West..
    Posts
    7
    This is true (:
    Welcome.

  5. #5
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

  6. #6
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    Here is a sample.
    The TBS_TOOLTIPS style has to be inserted manually into
    the resource file.
    Attached Files Attached Files

  7. #7
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    More advanced sample.
    Attached Files Attached Files

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263
    Thanks all! I got it.
    Phobic

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