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
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. group radio button

group radio button

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorialquestion
3 Posts 3 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.
  • R Offline
    R Offline
    raner
    wrote on last edited by
    #1

    I've learnt earlier that we just have to check "Group" property of the first radio button to group the subsequent radio buttons under it. However after some time, i decided to add another 2 radio buttons on the dialog box. Visually, it's just below the previous radio buttons.However i don't know how to place them under the previous group of radion buttons.... can anyone help? thanks

    M 1 Reply Last reply
    0
    • R raner

      I've learnt earlier that we just have to check "Group" property of the first radio button to group the subsequent radio buttons under it. However after some time, i decided to add another 2 radio buttons on the dialog box. Visually, it's just below the previous radio buttons.However i don't know how to place them under the previous group of radion buttons.... can anyone help? thanks

      M Offline
      M Offline
      Michael Dunn
      wrote on last edited by
      #2

      The radio buttons that are in a "group" need to be consecutive in the tab order. WHen you're in the dialog editor, press Ctrl-D to edit the tab order. --Mike--    THERE IS NO     THERE IS NO    BUT THERE IS MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber If privacy is outlawed, only outlaws will have privates.

      M 1 Reply Last reply
      0
      • M Michael Dunn

        The radio buttons that are in a "group" need to be consecutive in the tab order. WHen you're in the dialog editor, press Ctrl-D to edit the tab order. --Mike--    THERE IS NO     THERE IS NO    BUT THERE IS MAGIC PIXIE DUST  BUSINESS GENIE  CODE PROJECT Homepage | RightClick-Encrypt | 1ClickPicGrabber If privacy is outlawed, only outlaws will have privates.

        M Offline
        M Offline
        MemLeak
        wrote on last edited by
        #3

        You can write into the *.rc file so that your radio control are consecutive. to open it, just right click on it and select open with... you choose Source Code (text) Editor Everything's beautiful if you look at it long enough...

        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