J
Julia Lerman
i have a problem which I have only seen one reference to. That reference is
not dated, but indicates that it is a problem with Visual Studio. Hopefully
by now (vs2003) it has been fixed but I can't find the solution.
I am working with an MDIParent and only one child at a time.
The parent is resizable, and I want the child maximized so that it will
resize with the parent.
The child form WindowState property is set to maximized.
When the window opens, there is a "restore" icon on the upper left of the
mdi parent. It is under the mdi parent's title bar, but creates a space for
itself by pushing the mdiparent's toolbar down.
This is a horrible effect when the child is loaded.
There seems to be NO way to turn this functionality off. If I could get it
to merge into the toolbar, I can live with it.
I have googled this problem, searched in the forums, searched in the
wonderful Windows Forms FAQ's (thanks George Shepard) and looked in a number
of books.
It is the first time I have had to do MDI since I started programming in
..NET so it's my first time tangling with this.
Anyone know the solution?
Thanks
Julie Lerman
not dated, but indicates that it is a problem with Visual Studio. Hopefully
by now (vs2003) it has been fixed but I can't find the solution.
I am working with an MDIParent and only one child at a time.
The parent is resizable, and I want the child maximized so that it will
resize with the parent.
The child form WindowState property is set to maximized.
When the window opens, there is a "restore" icon on the upper left of the
mdi parent. It is under the mdi parent's title bar, but creates a space for
itself by pushing the mdiparent's toolbar down.
This is a horrible effect when the child is loaded.
There seems to be NO way to turn this functionality off. If I could get it
to merge into the toolbar, I can live with it.
I have googled this problem, searched in the forums, searched in the
wonderful Windows Forms FAQ's (thanks George Shepard) and looked in a number
of books.
It is the first time I have had to do MDI since I started programming in
..NET so it's my first time tangling with this.
Anyone know the solution?
Thanks
Julie Lerman