Windows Develop Bookmark and Share   
 index > Windows Forms Designer > MDI Child Form Problem
 

MDI Child Form Problem

Hi all
I am using a Form to Create it as MDI Form. I have set IsMDIContainer property to TRUE so that it coluld be work as MDI Form, At this MDI Form I ahve used 3 panels which contains 3 dataGrids

Now My problem is that when i set a child form of this MDI Parent Form it does not show, or it is showing behind of the Panels.

I have Written code like this.
'' frmEdit is a form

frmEdit.MdiParent = Me
frmEdit.WindowState = FormWindowState.Maximized
frmEdit.Show()

Please help me so that this form colul made at top of all forms.

Progress2007  Monday, December 01, 2008 3:34 PM

Please look at this, you will find it is impossible.

http://www.xtremedotnettalk.com/showthread.php?t=81651

Myexp  Wednesday, December 03, 2008 9:15 AM

Please look at this, you will find it is impossible.

http://www.xtremedotnettalk.com/showthread.php?t=81651

Myexp  Wednesday, December 03, 2008 9:15 AM
It is okay to have panels in the parent form, but they must be docked and leave enough room for the MDI client area (the dark gray background).
nobugz  Wednesday, December 03, 2008 11:12 AM

You can use google to search for other answers

Custom Search

More Threads

• How do I access the Design time (Name) property in my Design time code
• Can't place the ToolStrip underneath the MenuStrip
• Add new method (add code to the class being designed)
• [vb 2005] saving and opening custom form designs from custom form designers
• Designer loading error
• User Login + Menu Role
• DesignerHosting C# Sample as VB Solution
• Windows Usercontrol inside an HTML page (not an IIS hosted ASPX page).
• How To Article for ControlDesigner?
• Add controls to a child control at design time.