Main form is a Top Level Form with WindowState = 2 (Maximized)
It calls another form which is also ToLevel Form and WindowState=2. But when it appears, it's not Maximized, but in a Normal state. The Windows Maximize button is enabled up at top right along with the Minimize button. I have disabled the Close button for this form.
I want the child form to be maximized when it first appears. What am I missing ?
Thank you.
It calls another form which is also ToLevel Form and WindowState=2. But when it appears, it's not Maximized, but in a Normal state. The Windows Maximize button is enabled up at top right along with the Minimize button. I have disabled the Close button for this form.
I want the child form to be maximized when it first appears. What am I missing ?
Thank you.