index
>
Windows Forms Designer
> MDI CHILD QUESTIOn
MDI CHILD QUESTIOn
How do I open a child form Maximized to the Parent form space?
Ljhopkins Monday, March 10, 2008 2:54 PM
Code Snippet
// From the Mdi form
// Open Form
this.ActivateMdiChild(childForm);
// Maximize Form
childForm.WindowState = FormWindowState.Maximized;
Dan Rigsby Monday, March 10, 2008 3:04 PM
Code Snippet
// From the Mdi form
// Open Form
this.ActivateMdiChild(childForm);
// Maximize Form
childForm.WindowState = FormWindowState.Maximized;
Dan Rigsby Monday, March 10, 2008 3:04 PM
You can use google to search for other answers
Custom Search
More Threads
Designer can't load form - "could not load type ...from mscorlib ....due to value type mismatch"
not a legal form error in windows designer
Regarding Toolbox images
Ascending order in Crystal report?
e.cancel=true
Saving a panel content as an image
IRootDesigner and Managed C++
Unable to Resize Controls on Inherited Form
fake custom property - designer notification
CollectionEditor does not allowing editing of events for components
Home
Copyright 2009-2010 by windowsdevelop.com All rights reserved