Summarization: Please see Andreas\' knowledgeable comments! ===========开发者_运维百科===============================
I developed a mdi application that has in its main form several child windows that are created at runtime. The 开发者_如何学Cchild windows are custom forms. I want to display those custom forms in ano
I have a panel in a MDI form and there are some controls in the panel. When I open MDIChild forms, the forms go behind the panel.
I have an MDI MFC FEATURE PACK app in vs2008. I do need to determine what child window(s) are visible , even if multiple tab groups are created by the user, and also what is the last activated MDI ch
Users complain that when they have several minimized windows in MDI container it\'s impossible to distingui开发者_运维知识库sh them unless they resore each. I wonder if it\'s possible to make minimiz
I need to open modal form (frmD) from MdiChild (frmB) form without blocking main form (frmA) and all others opened MdiChild forms (frmC). Then i switch to frmC the frmD is hidden.
I have 3 projects created by someone else. So.. 开发者_开发问答all three of them has form1. I want to create a new window form like MDI and place them as a child.
I am using a MDI parent form that has a childs and they show up very well when they are called up by this parent and i use to intensiate child form as
I\'m attempting to detect, on the MDI parent, when my MDI child form closes, and react accordingly. The MDI parent shouldn\'t do anything until the MDI child closes. Here is my code, I\'m unsure as to
in my project in the container form i use buttons to open the child forms , not Strip Menu but the buttons in the container always appears on the child form