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. MFC MDI Views outside MainFrame

MFC MDI Views outside MainFrame

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestionworkspace
3 Posts 2 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.
  • D Offline
    D Offline
    Doc Lobster
    wrote on last edited by
    #1

    Hi Folks, is there a cheap trick to show document views of a MFC MDI Application outside the mainframe of the application? The goal is to run the application in a dual monitor environment (extended desktop setting) so that the mainframe can stay on one screen while a document view can be moved to the other one. Thanks for your help! Regards, Andreas

    realJSOPR 1 Reply Last reply
    0
    • D Doc Lobster

      Hi Folks, is there a cheap trick to show document views of a MFC MDI Application outside the mainframe of the application? The goal is to run the application in a dual monitor environment (extended desktop setting) so that the mainframe can stay on one screen while a document view can be moved to the other one. Thanks for your help! Regards, Andreas

      realJSOPR Offline
      realJSOPR Offline
      realJSOP
      wrote on last edited by
      #2

      I'm not sure MFC can do that, but the first place I'd look is playing with the window styles.

      "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
      -----
      "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

      D 1 Reply Last reply
      0
      • realJSOPR realJSOP

        I'm not sure MFC can do that, but the first place I'd look is playing with the window styles.

        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

        D Offline
        D Offline
        Doc Lobster
        wrote on last edited by
        #3

        Thanks for the idea, but my experiments didn't work out. MFC seems to be restrictive what window styles are set and also who the parent window is. The best option I found for this works like described here[^]. I believe there is also a code project article explaining this method but I can't locate it right now.

        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