I have 2 different types of child forms. One type is my main child form, and the other type is like a NOTE in MS Outlook (which is always active in the MDI form).
When my main child form is maximized and I create a new NOTE child form (TNoteForm.Create(self).Show
), the active maximized child loses its maximized size state and resizes to normal.
Is it possible to keep the maximized state on a child form, when another child becomes active?