Page 1 of 1
[Solved] Grouping Radio Buttons
Posted: Tue Nov 04, 2014 8:25 am
by phoffman
Hey all, I have a requirement to allow the user to install or utilize an existing instance of SQL Server Express. I'd also like to allow the user to specify their Authentication Mode, but I'm finding it difficult to figure out how to separate the radio buttons into separate groups. Can someone please tell me how I may do this?

Re: Grouping Radio Buttons
Posted: Tue Nov 04, 2014 12:53 pm
by FrancescoT
Dear Phoffman,
... just place each Radio Button''s Group within a different Panel.
Regards
Re: Grouping Radio Buttons
Posted: Tue Nov 04, 2014 12:55 pm
by phoffman
Thanks, I ended up using a group box instead of a panel.
Re: [Solved] Grouping Radio Buttons
Posted: Wed Nov 05, 2014 12:35 pm
by FrancescoT
Yes, you are right ... I forgot to mention the other possibility with using a Group Box.
Happy you solved!
Regards