|
-
Mar 24th, 2002, 03:16 PM
#1
Thread Starter
Fanatic Member
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"
-
Mar 25th, 2002, 10:15 PM
#2
Thread Starter
Fanatic Member
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"
-
Apr 2nd, 2002, 12:15 PM
#3
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.
-
Apr 3rd, 2002, 09:24 PM
#4
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|