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 check radio button in another dialog

how to check radio button in another dialog

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
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.
  • T Offline
    T Offline
    tamsel
    wrote on last edited by
    #1

    hi, how to check radio button in another dialog to the corresponding radio button in one dialog

    A T 2 Replies Last reply
    0
    • T tamsel

      hi, how to check radio button in another dialog to the corresponding radio button in one dialog

      A Offline
      A Offline
      AHawk
      wrote on last edited by
      #2

      You can do this by ON_COMMAND messaging. ON_COMMAND messaging sends or pumps a message to your entire program. It gets very tricky when sending messages from one Dialog class to another. The best programming with respect to Dialog based programs, is to keep your Views ( Dialog ) loosely coupled from the inner workings ( Control ). Some go on the idea of MVC ( model, View, Control ) idea. Try to read up on this. Another way is to implement a GoF concept, by using the "Observer pattern" ( plenty of example here in codeproject ). This pattern does the job of keeping the Dialog class loosly coupled, and is continually updated when information is changed, or an action has taken place ( hint: such as a radio button clicked ). All in all, messaging from one dialog to another has its pitfalls.

      1 Reply Last reply
      0
      • T tamsel

        hi, how to check radio button in another dialog to the corresponding radio button in one dialog

        T Offline
        T Offline
        ThatsAlok
        wrote on last edited by
        #3

        tamsel wrote: how to check radio button in another dialog to the corresponding radio button in one dialo I am confuse between these two api... one of then certainly goign to help :- CheckDlgButton or SetDlgItemInt

        "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

        cheers, Alok Gupta VC Forum Q&A :- I/ IV

        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