Mdi child problem

  • Thread starter Thread starter Yossi And Inbar
  • Start date Start date
Y

Yossi And Inbar

Hi,

I am working with VS2003 C#
I am trying to open mdi child form over mdi parent, but when i open the
child he open larger then his real size.
what can i do to open it in his real size and in his real position
all the controlls in the child Form are largest from my design form.
In the parent form i see a child form with largest controls (controls of the
child).

Thanks,
Yossi
 
Is the window state on the child form set to maximized?
It should not be...
 
Back
Top