rabbit75
Programmer
- Aug 15, 2002
- 30
Hello,
We have an application, using MDI forms. The Main form is the parent of all other forms. Some forms we want to be able to maximize while others we don't.
From Main, we can open a list of records to edit. We can maximize this list form. Now, if we go to a record to edit, we open another form. This form we don't want to maximize, it is set as a FixedToolWindow with the MaximizeBox and MinimizeBox set to False. If the Edit form is opened and the List form is maximized, the Edit form is also maximized and the title bar is missing. Is there a way to prevent this Edit form from being maximized?
Thanks,
rabbit75
We have an application, using MDI forms. The Main form is the parent of all other forms. Some forms we want to be able to maximize while others we don't.
From Main, we can open a list of records to edit. We can maximize this list form. Now, if we go to a record to edit, we open another form. This form we don't want to maximize, it is set as a FixedToolWindow with the MaximizeBox and MinimizeBox set to False. If the Edit form is opened and the List form is maximized, the Edit form is also maximized and the title bar is missing. Is there a way to prevent this Edit form from being maximized?
Thanks,
rabbit75