Re: MDI Parent Child Maximize form issue
- From: "Robbe Morris - [MVP] C#" <info@xxxxxxxxxxxxxxx>
- Date: Thu, 28 Feb 2008 12:35:42 -0500
I had some odd issues with MDI parents as well.
This link shows how I got around them:
http://www.eggheadcafe.com/tutorials/aspnet/353c2586-7757-4ebf-ad84-57049e53b8c5/mdi-net-forms-include-do.aspx
--
Robbe Morris [Microsoft MVP - Visual C#]
AdvancedXL Server, Designer, and Data Analyzer
Convert cell ranges in Excel to rule driven web apps
without IT programmers.
Free download: http://www.equalssolved.com/default.aspx
"Ron" <rs_herhuth@xxxxxxxxx> wrote in message news:042F6213-4B81-45CD-8160-4524E72EC7EB@xxxxxxxxxxxxxxxx
Hi,
I have a situation where I have a MDI Parent form that contains a menuStrip control at the top. When I launch a Child Form I specify:
frmChild.WindowState = FormWindowState.Maximized;
The problem is that the maximize/minimize buttons on the Child Form appear above the MDI Parent's menuStrip...not below it where I would expect it. Is there a setting that I can set to maximize the Child Form in the space below the menuStrip?
Thanks!
Ron
.
- References:
- MDI Parent Child Maximize form issue
- From: Ron
- MDI Parent Child Maximize form issue
- Prev by Date: .NET Mass Downloader Version 1.2 Released
- Next by Date: Re: Numeric textbox
- Previous by thread: MDI Parent Child Maximize form issue
- Next by thread: RE: Relative path that works in development and after deployment
- Index(es):