Results 1 to 4 of 4

Thread: Radio Button Grouping

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843

    Radio Button Grouping

    Hi... I am learning Visual C++ and I cant do something. I am using several radio button. I heard that you set the group property f the first radio button of each group. And that you have to create them with the order you want the grouped. So... I didnt create them with that order. How can I decide what group does a Radio Button belongs too!?!?!

    Thank you
    "The difference between mad and genius is the success"

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    humm... I cant believe there is no way to regroup the radio buttons after putting them in a dialog!.....

    come on! HELP
    "The difference between mad and genius is the success"

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    In the dialog editor you can show the tab order by pressing Ctrl+D. Then you can rearrange the tab order so that the controls that should belong to a group come in order. Lastly, give the first of the radios the style Group (WS_GROUP).
    You can even regroup them at runtime, but then it's harder.
    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

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    Hey! Thank you very much again CornedBee!
    "The difference between mad and genius is the success"

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