G
Guest
Hi,
I have a Windows Forms application written in .NET 2.0 made up of multiple
forms. These forms use visual inheritance to share a common layout while
presenting some specific content.
The application switches among the different forms by showing/hiding them
making only one form visible at a time.
The problem arises when the user maximizes, resizes or repositions the
active form. What happens is that whenever another form is made visible this
won't have the same window status or position of the previous one which is
visually very disturbing.
I still haven't found any good solution to this problem. Do you have any
suggestions?
I have a Windows Forms application written in .NET 2.0 made up of multiple
forms. These forms use visual inheritance to share a common layout while
presenting some specific content.
The application switches among the different forms by showing/hiding them
making only one form visible at a time.
The problem arises when the user maximizes, resizes or repositions the
active form. What happens is that whenever another form is made visible this
won't have the same window status or position of the previous one which is
visually very disturbing.
I still haven't found any good solution to this problem. Do you have any
suggestions?