mdiparent
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 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 分类:问答SplitContainer's panel as the MDI parent for other forms
I have got a control with a Splitcontainer added. I want to place anot开发者_如何学Goher forms on the second panel (Panel2). However, it is not possible to[详细]
2023-01-26 14:52 分类:问答Problems with the Parent Form in MDI Application
i am using Buttons as controls in the Container ( Parent Fo开发者_运维技巧rm ) and when the Child form appears the Controls in the Parent Form ( Button , Picture , label ) appears on the Child form a[详细]
2023-01-24 16:02 分类:问答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 分类:问答mdiparent click
The click ,double click on mdi parent of the .net MDI form does not work is it a b开发者_运维技巧ug?Well, that\'s not much to go on without knowing exactly what you click on.The gray background of the[详细]
2023-01-15 17:31 分类:问答c# main menu and mdi forms
So far in my life, as a .net developer, I have made heavy use of mdi forms to display particular \"menu points\" such as for instance \"module 1\" \"module 2\" and so on.[详细]
2023-01-08 18:15 分类:问答Maximized MDI form behavior
My program shows some browser. From a browser user can open m开发者_StackOverflow社区aximized MDI form with some report. When user is closing the report, first MDI form with browser is became maximize[详细]
2022-12-30 21:33 分类:问答Centre a form in VB6
I am writing 开发者_JS百科a programme to be used internaly within our company and have come across the problem below:[详细]
2022-12-20 02:52 分类:问答
加载中,请稍侯......