Only One Child Window in MDI
-
Hi everyone! Please tell me how can i restrict only one child window in MDIParent? Does Microsoft Word 2003 use MDI with only child window? I have made child window and made it Maximize and Minimze button "false" and its window state "Maximized" but it doesn't give desired results. It shows Minimize and restore button in Main Menu bar. Please tell me what to do ? Thanks
-
Hi everyone! Please tell me how can i restrict only one child window in MDIParent? Does Microsoft Word 2003 use MDI with only child window? I have made child window and made it Maximize and Minimze button "false" and its window state "Maximized" but it doesn't give desired results. It shows Minimize and restore button in Main Menu bar. Please tell me what to do ? Thanks
Microsoft Word 2003 uses a different type of option called Multiple SDI. .NET 2 has this option available to it by deriving your form class from WindowsFormsApplicationBase. An example can be found here: http://en.csharp-online.net/Application_Architecture_in_Windows_Forms_2.0%E2%80%94Multiple-SDI_Applications[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
Microsoft Word 2003 uses a different type of option called Multiple SDI. .NET 2 has this option available to it by deriving your form class from WindowsFormsApplicationBase. An example can be found here: http://en.csharp-online.net/Application_Architecture_in_Windows_Forms_2.0%E2%80%94Multiple-SDI_Applications[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before.Thanks. I have used this in my application. I have made "Multiple Single Document Interface" for the Main Form of my application. But now that Main Form is an MDI Parent Form. If I open first instance of application that gives me option to create a new file under the "File Menu". Now I want that file to show only close button in Menu bar and take all the MDI parent client space. Is that possible? I have made my Main Form as MDI Parent. I used to create new file using file menu, but how i can emit minimize and restore button in the menu bar. I want to show only close option.
-
Hi everyone! Please tell me how can i restrict only one child window in MDIParent? Does Microsoft Word 2003 use MDI with only child window? I have made child window and made it Maximize and Minimze button "false" and its window state "Maximized" but it doesn't give desired results. It shows Minimize and restore button in Main Menu bar. Please tell me what to do ? Thanks
please tell me how one child can be shown if Parent Mdi has Main MEnu and Toolbar. I create Mdi child it doesn't fills whole client area of MdiParent. Also when i close the MdiParent icon bar of child takes space up on the MdiParent Main Menu for a while and form closes although i have disabled child control box.