CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2000
    Posts
    36

    radio button group

    How can I specify grouping of radio buttons without putting them into separate frames?

    Thanks,
    Glenn



  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: radio button group

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured