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. Opening multiple dialogs

Opening multiple dialogs

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
4 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.
  • F Offline
    F Offline
    FISH786
    wrote on last edited by
    #1

    Can I open different dialogs in an application and have them remain open? I am trying to avoid using MDI. Or do I have to open different instances of my application and use IPC to communicate between them? Can someone help please? Thanks.

    C _ 2 Replies Last reply
    0
    • F FISH786

      Can I open different dialogs in an application and have them remain open? I am trying to avoid using MDI. Or do I have to open different instances of my application and use IPC to communicate between them? Can someone help please? Thanks.

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      What are you trying to achieve exactly ? Do you want multiple dialogs on which the user can interract at the same time ? If yes, then your dialogs have to be modeless dialogs. But this has nothing to do with MDI, so I don't see why you are talking about that :confused:. Maybe I didn't understand your question correctly.

      Cédric Moonen Software developer
      Charting control [v2.0] OpenGL game tutorial in C++

      F 1 Reply Last reply
      0
      • C Cedric Moonen

        What are you trying to achieve exactly ? Do you want multiple dialogs on which the user can interract at the same time ? If yes, then your dialogs have to be modeless dialogs. But this has nothing to do with MDI, so I don't see why you are talking about that :confused:. Maybe I didn't understand your question correctly.

        Cédric Moonen Software developer
        Charting control [v2.0] OpenGL game tutorial in C++

        F Offline
        F Offline
        FISH786
        wrote on last edited by
        #3

        Thank you. Yes Modeless is what I was looking for. I am sorry If I confused you.

        1 Reply Last reply
        0
        • F FISH786

          Can I open different dialogs in an application and have them remain open? I am trying to avoid using MDI. Or do I have to open different instances of my application and use IPC to communicate between them? Can someone help please? Thanks.

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

          A tabbed dialog interface should suffice your needs.

          You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_

          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