MDI stands for Multiple Document Interface.
How can I show a child form within a mdi container form which its windowstate= maximized ? when I put these …
c# winforms childwindow mdiparentI am trying to implement a simple web browser control in one of my apps. This is to help integrate …
c# webbrowser-control mdiparentI am using a MDI parent form that has a childs and they show up very well when they are …
c# visual-studio-2010 mdichild mdiparentI have a principal form that contains a menu to open child form: public Le_MainForm() { InitializeComponent(); this.IsMdiContainer = true; ..... } …
c# winforms mdiparentI have got a control with a Splitcontainer added. I want to place another forms on the second panel (Panel2). …
c# winforms mdiparent splitcontainerI'm attempting to detect, on the MDI parent, when my MDI child form closes, and react accordingly. The MDI parent …
c# mdi mdichild mdiparent formclosing