CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2009
    Location
    Genova - Italy
    Posts
    38

    [RESOLVED] Multiple Radio-Buttons selection

    Hello to all

    I have a dialog containing 3 radio-buttons.
    It will be possible to allow a multi-selection on those buttons?
    I would like that user could select only one button or plus buttons at the same time.

    I am writing C code without any class.

    Thank you very much.

  2. #2
    Join Date
    Apr 2009
    Posts
    598

    Re: Multiple Radio-Buttons selection

    No. Use check boxes instead.

    In "Radio button", there is "radio". Remember when you (or your grandfather) was young and had a radio. You pressed the button for long waves, and the button for the medium waves or the short waves popped up. Only one button was down at any time.

  3. #3
    Join Date
    Jul 2009
    Location
    Genova - Italy
    Posts
    38

    Re: Multiple Radio-Buttons selection

    It works! Changing the type to checkbox I can select multiple choice!

    Thank you olivthill2 for your help!

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