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 open a dialog box from another dialog box so that both can be activated

how to open a dialog box from another dialog box so that both can be activated

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

    plz tell me how to open a dialog box from another dialog box using MFC in a way that control can be transfered from one dialog to another simultaneously.

    _ D 2 Replies Last reply
    0
    • U usman_070

      plz tell me how to open a dialog box from another dialog box using MFC in a way that control can be transfered from one dialog to another simultaneously.

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2

      Create the second dialog box as a Modeless one. Somethings seem HARD to do, until we know how to do them. ;-) _AnShUmAn_

      1 Reply Last reply
      0
      • U usman_070

        plz tell me how to open a dialog box from another dialog box using MFC in a way that control can be transfered from one dialog to another simultaneously.

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

        If you need to interact with both, make the second dialog modeless. Otherwise, if you don't need to interact with the first dialog while the second dialog is active, make the second dialog modal.


        "The largest fire starts but with the smallest spark." - David Crow

        "Judge not by the eye but by the heart." - Native American Proverb

        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