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 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
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
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
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
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
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.
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
I am writing 开发者_JS百科a programme to be used internaly within our company and have come across the problem below: