How can I specify grouping of radio buttons without putting them into separate frames?
Thanks,
Glenn
Printable View
How can I specify grouping of radio buttons without putting them into separate frames?
Thanks,
Glenn
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.