child form to maximize in work area in parent
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have an mdi application where the parent window is split into two areas (left and right side). The left side is the navigation area and is part of the parent window. Every time a user clicks on one of the link labels on the left a new window appears on the right. But I can not get the child form to maximize to the designated work area. Does any one have any ideas on how to do this? Many thanks.