views:

50

answers:

2

The app I am trying to make needs a few info in the beggining, these questions include a radio button I have four radio buttons in the same frame and I want to change the grouping so there are two questions being answered

A: 

Can you use combo boxes (drop-down listboxes) instead?

Beth
maybe that would work better thanks for you really quick reply
Luck
+1  A: 

Use two GroupBoxes (frame) or Panels (no frame). GroupBox is best, it shows the user what radio buttons belong together.

Hans Passant
heh, it worked, cool I'll never get into that problem again
Luck
It wasn't Luck. Please close your thread by marking the answer.
Hans Passant