M
Miro
I created an MDI form and made a child form.
On the child form I set the Min / Maximize buttons to false.
However when the child form displays, the minimize button and the "restore"
button show.
By clicking the restore button, the child moves back to its design size, and
then you can no longer
maximize it cause then it respects teh min/max false.
Has anyone else run into this / solution?
Ive googled and I found some "try" solution that say try to make it a fixed
dialog box with Control = false but taht didnt work for me either.
Im trying to create an mdi child form that will always be maximized and can
never be minimized / whatever by the user.
Miro
On the child form I set the Min / Maximize buttons to false.
However when the child form displays, the minimize button and the "restore"
button show.
By clicking the restore button, the child moves back to its design size, and
then you can no longer
maximize it cause then it respects teh min/max false.
Has anyone else run into this / solution?
Ive googled and I found some "try" solution that say try to make it a fixed
dialog box with Control = false but taht didnt work for me either.
Im trying to create an mdi child form that will always be maximized and can
never be minimized / whatever by the user.
Miro