joe_pool_is
Contributor
I'm tackling my first MDI project.
I have my MDI child loading up fine in my MDI parent. The parent has an icon and I assigned the same icon to the child so that they match.
Now, if I maximize my child, it fills the parent, but the main menu gets large and includes the icon of the child - only bigger.
Whoops! Not what I wanted.
How do I fix this? Does the child form need a special FormBorderStyle property? Currently, I have it set to Sizable.
I have my MDI child loading up fine in my MDI parent. The parent has an icon and I assigned the same icon to the child so that they match.
Now, if I maximize my child, it fills the parent, but the main menu gets large and includes the icon of the child - only bigger.
Whoops! Not what I wanted.
How do I fix this? Does the child form need a special FormBorderStyle property? Currently, I have it set to Sizable.