J
Justin Lazanowski
I have an exsiting MDI application. I have the when the child is called from
the Parent, I set it's DockStyle to fill, I also have the child form set to
maximized
In VS 2003 and 1.1 this works the way I want it to, the child form is
maximized whithin the parent so that a title bar is not displayed nor is a
window border, it looks like it's a panel in the parent form.
In VS 2005 and 2.0 it will not draw this way, no matter what I set the
window size property to, the child still draws as a window within the parent
leaving a thin border where it's docked in the parent.
Any idea what I need to do to make it function like the 1.1 version?
Thanks,
Justin
the Parent, I set it's DockStyle to fill, I also have the child form set to
maximized
In VS 2003 and 1.1 this works the way I want it to, the child form is
maximized whithin the parent so that a title bar is not displayed nor is a
window border, it looks like it's a panel in the parent form.
In VS 2005 and 2.0 it will not draw this way, no matter what I set the
window size property to, the child still draws as a window within the parent
leaving a thin border where it's docked in the parent.
Any idea what I need to do to make it function like the 1.1 version?
Thanks,
Justin