![]() VB.NET radio buttons help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: VB.NET radio buttons help (/showthread.php?tid=52633) VB.NET radio buttons help by Ezra on 11-04-2005 at 08:06 PM
I'm trying to make a little program with 2 groups of radio buttons. RE: VB.NET radio buttons help by Kryptonate on 11-04-2005 at 08:42 PM You can work with 2 seperate functions. The first one includes the 3 radiobuttons for the size and the other one includes the radiobuttons for the color. Use the If-structure to see what is checked so the program can change the outcome. RE: VB.NET radio buttons help by Ezra on 11-04-2005 at 09:15 PM
How do you mean? code: RE: VB.NET radio buttons help by Kryptonate on 11-04-2005 at 09:31 PM
This works: code: RE: VB.NET radio buttons help by Ezra on 11-04-2005 at 09:36 PM
Doesn't work for me. RE: VB.NET radio buttons help by Kryptonate on 11-04-2005 at 09:40 PM If you check 2 and then 5 and then press the button it shows 2 messageboxes. So it works, no? RE: VB.NET radio buttons help by Ezra on 11-04-2005 at 09:43 PM No, it only shows one messagebox, the button5 one RE: VB.NET radio buttons help by Kryptonate on 11-04-2005 at 09:51 PM Place the radiobuttons in 2 groupboxes. The first three in the first one and the other two in the other one. This is how I did it and it works. RE: VB.NET radio buttons help by Ezra on 11-04-2005 at 09:56 PM
that's the way I have it too. |