My app consists of a top level form and (ShowWindow=2) and I can create child forms with no problem.
Question 1: when does the resize event fire? After the form has been resized, or at the start of the form resize?
Question 2: A mximized child form takes up the entire parent form area, unless, there is a toolbar on the form. What this does is cover up any status bar there might be on the parent form.
Has anyone come up with a way to deal with this?
Wayne
Question 1: when does the resize event fire? After the form has been resized, or at the start of the form resize?
Question 2: A mximized child form takes up the entire parent form area, unless, there is a toolbar on the form. What this does is cover up any status bar there might be on the parent form.
Has anyone come up with a way to deal with this?
Wayne