Disabling the Maximize button on an MDI form.
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
Re: Disabling the Maximize button on an MDI form.
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