|
-
November 25th, 1999, 03:24 PM
#1
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
-
November 26th, 1999, 04:14 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|