Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. how to use group of radio button as single control?

how to use group of radio button as single control?

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Banks K
    wrote on last edited by
    #1

    Hello All, i am preparing a application in which i am using multiple group box which having multiple radio buttons and check boxes. i want to use a group box of multiple radio button as a single control so i please share your knowledge. thanks

    N K D 3 Replies Last reply
    0
    • B Banks K

      Hello All, i am preparing a application in which i am using multiple group box which having multiple radio buttons and check boxes. i want to use a group box of multiple radio button as a single control so i please share your knowledge. thanks

      N Offline
      N Offline
      Naveen
      wrote on last edited by
      #2

      Put the tab order in the sequence.( to see the tab order take the dialog in the resource and press ctrl + D ).

      nave [OpenedFileFinder]

      1 Reply Last reply
      0
      • B Banks K

        Hello All, i am preparing a application in which i am using multiple group box which having multiple radio buttons and check boxes. i want to use a group box of multiple radio button as a single control so i please share your knowledge. thanks

        K Offline
        K Offline
        KarstenK
        wrote on last edited by
        #3

        ...and start every group of button with the group property. Tip: in resource view use Ctrl+T and Ctrl+D and look and click (to sort) :->

        Greetings from Germany

        1 Reply Last reply
        0
        • B Banks K

          Hello All, i am preparing a application in which i am using multiple group box which having multiple radio buttons and check boxes. i want to use a group box of multiple radio button as a single control so i please share your knowledge. thanks

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          As long as you put them in the proper z-order and use the WS_GROUP style correctly, this is how they are supposed to behave.


          "A good athlete is the result of a good and worthy opponent." - David Crow

          "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups