Question MDI child restric movement problem

nitez

New member
Joined
Jan 13, 2013
Messages
2
Programming Experience
1-3
Hi,
I want to make my form divided into 3 path
like this
VB.NET:
------------------------
     Splitter1
-----------------------
     MDI Parent
-----------------------
    Splitter2
-----------------------

and I found the way how to do it in this forum

Restricting movement of an mdi child

but there is a problem in there.. If i minimize my form, the form will not go to the bottom like normal minimize
the minimize form location is in the middle of the MDI parent
please help me how to fix this ?

and if maximize it will go full screen but how about I want it just maximize inside my MDI parent without have to hide the splitter like what i illustrate at top, is it possible ?
 
please help me.. just how to fix the minimize problem..
I try using .location = new point but the minimize form still in the middle not in the bottom of the form..
 
Back
Top