Click to See Complete Forum and Search --> : Disabling the Maximize button on an MDI form.


Michael Nattfalk
November 25th, 1999, 02:24 PM
On a normal form it's possible to disable the Maximize Window button by settings the property MaxButton to FALSE. But on an MDI form this property doesn't exist. Is there a way to disable this button by using the SendMessage API or is there another way to handle it?

Thanks in advance,
Michael Nattfalk

Chris Eastwood
November 26th, 1999, 03:14 PM
You can find code to do this (from the comments) at this link on the site :

http://codeguru.developer.com/vb/articles/1800.shtml

Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb