G
Guest
I have a parent MDI with a menu that calls all the children forms and that
works fine. My issue is I created a user control that looks like a toolbar
and it has various windows controls on it and it will be used by all of the
children forms. So I put the user control right underneath the menu control
on the parent. Anytime I call a child form it fills the parent area
including the area that the user control resides in. So I see the user
control still but the beginning of the child form sits underneath the user
control and I can't see the top part. I tried fiddling with the
startposition and location and nothing seems to work so that the children
forms will fill the parent area from the end of the user control to the
bottom of the parent area.
Any suggestion would be appreciated.
works fine. My issue is I created a user control that looks like a toolbar
and it has various windows controls on it and it will be used by all of the
children forms. So I put the user control right underneath the menu control
on the parent. Anytime I call a child form it fills the parent area
including the area that the user control resides in. So I see the user
control still but the beginning of the child form sits underneath the user
control and I can't see the top part. I tried fiddling with the
startposition and location and nothing seems to work so that the children
forms will fill the parent area from the end of the user control to the
bottom of the parent area.
Any suggestion would be appreciated.