PDA

Click to See Complete Forum and Search --> : MDICHILD without min/max buttons or close button????


paddlefoot
Jan 17th, 2000, 03:16 PM
In the MSDN documentation it clearly says
that an mdichild form will ALWAYS have
min/max buttons and close button regarless
of the MaxButton property,MinButton property
and ControlBox property values.

it says this under "MDIChild property"

But....I am able to create an MDIForm that
calls (shows) an MDIChild form that HAS NO
MIN OR MAX OR CLOSE BUTTON. (I did this by
setting the controlbox property = false).
I use this extensivley in my app. Is this a
documentation error in msdn, or is my app gonna blow up when I try to put it another machine?

Thanks,

PaddleFoot

Crazy D
Jan 17th, 2000, 04:19 PM
I don't know. I've done the same and it works very well so far...

Rick H
Jan 17th, 2000, 04:22 PM
I use MDIChild forms in this way and I dont experience any problems either.