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. Dialog

Dialog

Scheduled Pinned Locked Moved C / C++ / MFC
question
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.
  • S Offline
    S Offline
    S DARWIN PAUL RAJ
    wrote on last edited by
    #1

    :(Hello guru's I am created one dialog box. From that dialog I am trying to access the next Dialog. LikeWise nearly seven dialog boxes. I acheive this by writing the code in the button.There are two main buttons in each Dialog. Next Button and Previous Button. Whenever I press the next I call the dialogone objDialogOne; objDialogOne.DoModal(); If I Press the Previous button, I use the same code. LikeWise Keep on going for the seven dialog box. At some sort of time the application hangs, I don't know why? Will it I have to destroy objects or Dialog. If so, I am having lot of controls like Combo box and Edit box and getting values from the user when the user press the button. If I Destroy the dialog box and delete the dialog will it affects the data that dialog holds. Thanks and regards The World is Too Much with us

    D 1 Reply Last reply
    0
    • S S DARWIN PAUL RAJ

      :(Hello guru's I am created one dialog box. From that dialog I am trying to access the next Dialog. LikeWise nearly seven dialog boxes. I acheive this by writing the code in the button.There are two main buttons in each Dialog. Next Button and Previous Button. Whenever I press the next I call the dialogone objDialogOne; objDialogOne.DoModal(); If I Press the Previous button, I use the same code. LikeWise Keep on going for the seven dialog box. At some sort of time the application hangs, I don't know why? Will it I have to destroy objects or Dialog. If so, I am having lot of controls like Combo box and Edit box and getting values from the user when the user press the button. If I Destroy the dialog box and delete the dialog will it affects the data that dialog holds. Thanks and regards The World is Too Much with us

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

      Any reason why you are not using a wizard-style property sheet? It would sure be a lot easier than the road you are trying to take.


      "When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen

      A 1 Reply Last reply
      0
      • D David Crow

        Any reason why you are not using a wizard-style property sheet? It would sure be a lot easier than the road you are trying to take.


        "When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        I don't know much about property sheet? but one of my senior programmer, says that he has facing lot of issues on propery sheet in WinCE, he ask me to do in Dialog. Thank and regards

        D 1 Reply Last reply
        0
        • A Anonymous

          I don't know much about property sheet? but one of my senior programmer, says that he has facing lot of issues on propery sheet in WinCE, he ask me to do in Dialog. Thank and regards

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

          Anonymous wrote: I don't know much about property sheet? Which is all the more reason to at least try it, rather than letting a co-worker set the pace. Anonymous wrote: ...he ask me to do in Dialog. Does he not realize that a property page is a dialog?


          "When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen

          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