HI all! I have a problem with MDI forms... I have a parent form in
which I must show different child forms, but only one a a time. So
when I open a new form, I check if a form is already open and if it's
so, after some checks, I close it. The problem is that since I don't
need to open multiple forms, I always want the child forms to be
maximized. But if I set the windows status property of the child forms
to Maximized and set all the icons to false, whhen I open the forms I
can see the icons in the left part of the parent menu. When I click
the minimize icon the child form WindowsState switch to normal, that
is the user is free to move it inside the parent form, but the problem
is I cannot see the maximize and minimize icons so I can't maximize it
again. Is there any way to hide the icons when the child form is
maximized? Or it would be good to catch the minimize event in some way
and preventing it.
Thank in advance
Paolo