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

Help

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

    how to create a window which will reside inside MDI frame other than views.. for example: can i create a dialog inside MDI Frame window , which will reside in it.PLz help

    K 1 Reply Last reply
    0
    • C CodeMak

      how to create a window which will reside inside MDI frame other than views.. for example: can i create a dialog inside MDI Frame window , which will reside in it.PLz help

      K Offline
      K Offline
      KarstenK
      wrote on last edited by
      #2

      a modeless dialog will do that. Look for CDialog::Create()

      Greetings from Germany

      C 1 Reply Last reply
      0
      • K KarstenK

        a modeless dialog will do that. Look for CDialog::Create()

        Greetings from Germany

        C Offline
        C Offline
        CodeMak
        wrote on last edited by
        #3

        Thanks for replyin.. i have tried it ... but when i move my MDI frame it doesn't move along with it.. it gets out of MDI frame area... i want it inside the frame..

        N 1 Reply Last reply
        0
        • C CodeMak

          Thanks for replyin.. i have tried it ... but when i move my MDI frame it doesn't move along with it.. it gets out of MDI frame area... i want it inside the frame..

          N Offline
          N Offline
          Nelek
          wrote on last edited by
          #4

          A dialog box will have a different frame. Better create new Window being child of the active one. Diference between Modal and NonModal is if you are allowed to make another things while the dialog is active, but has nothing to do with your question.

          Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson ;)

          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