Click to See Complete Forum and Search --> : radio button group


glerner
March 23rd, 2001, 09:10 PM
How can I specify grouping of radio buttons without putting them into separate frames?

Thanks,
Glenn

shree
March 24th, 2001, 03:23 AM
Put them in separate pictureboxes. :-)

You need to put the radio buttons in separate containers for them to be grouped. However, you can set the borderstyle of either the frame control or the picturebox control to None, so that it is not seen against the background.