mdichild
How to repaint a MDIChild form when the MDIChild itself contains containers such as TPanel with aligned := alClient and ParentBackground := False
Summarization: Please see Andreas\' knowledgeable comments! ===========开发者_运维百科===============================[详细]
2023-02-18 16:05 分类:问答It is possible to create more than one MDI form in a delphi application?
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[详细]
2023-02-18 12:20 分类:问答MDIchild form goes behind the panel
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.[详细]
2023-02-16 09:00 分类:问答C++, MFC Feature Pack,Mdi childs visibility
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[详细]
2023-02-13 23:05 分类:问答Is it possible to change size of minimized window in MDI C# Winforms
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[详细]
2023-02-06 19:39 分类:问答Is it possible to use ShowDialog from MdiChildForm without blocking all others MdiChildForms and MdiParent?
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.[详细]
2023-02-05 01:41 分类:问答MDI adding childform from different project?
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.[详细]
2023-02-04 03:41 分类:问答MDI Parent Form Problem setting Parent
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[详细]
2023-01-30 16:29 分类:问答C# MDI Parent detect when MDI Child is closing?
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[详细]
2023-01-28 21:59 分类:问答how to show a child form in MDI container without the apperance of the controls in the Container Form in the Child Form?
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[详细]
2023-01-24 11:08 分类:问答