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

    How do i ensure that only one radio button from a group of 3 buttons is selected

    Hi.
    How do i ensure that the user can select only one radio button
    from a group of buttons..only one choice can be made

    thanks


  2. #2
    Join Date
    May 1999
    Location
    Texas, USA
    Posts
    568

    Re: How do i ensure that only one radio button from a group of 3 buttons is selected

    Make sure that the first one in the tab order has the Group property checked. Then make sure all of the others Group property is unchecked. Finally check the Group property for the next control in the tab order.

    Wayne


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