G
Guest
Hi. I basically have an MDI application with many 'child' forms, and am having difficulties with form WindowStates. Most child forms in my app should run in FormWindowState.Normal (or .Minimized) only, and I have disabled the Maximize buttons for them. Most of the time, this works fine, but I am having difficulty in certain situations. One child form can run maximized (it is meant to), but when it is already open and maximized, and I open another form, this opens maximized as well. This happens despite the fact that the new form's WindowState property is set to Normal, and its MaximizeButton is disabled.
Can I make the new form open in FormWindowState.Normal mode?
I hope this is clear, and many thanks in advance,
Can I make the new form open in FormWindowState.Normal mode?
I hope this is clear, and many thanks in advance,