|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Can't maximizeI have a Windows MDI app with child forms. When opening the child forms,
the child form is not maximized inside the parent form. What property/setting am I missing? The child form size opens with the settings for the "SIZE" property but I also have the WindowState set to Maximized. Thanks, Tony K I have run into this before.
Setting the property didnt actually work. I had to do it by code prior to the show. That worked. As of that moment I have made all my forms "hardcoded" to show it maximized. I do not trust that property under mdi. fMain = New frmMain fMain.MdiParent = Me fMain.WindowState = FormWindowState.Maximized // This is what I have hardcoded and resolved the issue. fMain.Show() Miro Show quoteHide quote "Tony K" <king-tony2@NOSPAMcomcast.net> wrote in message news:eGB3kSmHHHA.3780@TK2MSFTNGP02.phx.gbl... >I have a Windows MDI app with child forms. When opening the child forms, >the child form is not maximized inside the parent form. What >property/setting am I missing? > > The child form size opens with the settings for the "SIZE" property but I > also have the WindowState set to Maximized. > > Thanks, > Tony K
Connection string in app.config for class library
Text Box Spell Check dim x as something Extracting XML in VB time difference Strings and Resource Files Looping Through All Tables in a SQL Server Database Help!! Domain privs to run standalone .Net EXE from domain account? error handle About Splash Screen form setting |
|||||||||||||||||||||||