• 0

[VB6] Grouping Radio Buttons


Question

10 answers to this question

Recommended Posts

  • 0

Create a frame and call it fraGroupOne, create another frame and call it fraGroupTwo. Be sure NOT to double click the radio button icon from the toolbar, rather select it and manually draw the control into the frame. Don't copy and paste either, as you'll mess with the arrays.

Alternatively, you could create 2 arrays of radio buttons on the form, and code accordingly.

I'd go with the former.

  • 0
  Internet said:
Well i need to put radio buttons into groups, how would i go about doing this?

because i need 2 different sets, first one determines a colour, the next determines a size.... when i click on one in size it removes the button from colour section...

any help please

Look at the attachment: ColorAndSize.zip

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.