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