|
-
November 30th, 1999, 08:34 AM
#1
Disable VB MDI form maximize button
Hi,
How can I disable the MDI maximize button in Visual Basic 6.0.
-
November 30th, 1999, 08:50 AM
#2
Re: Disable VB MDI form maximize button
Take a look at the code on this site at
http://codeguru.developer.com/vb/articles/1800.shtml
- there's also an example in the comments of how to disable the maximize button.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
-
November 30th, 1999, 09:16 AM
#3
Disable VB MDI form resize button
I want to disable the MDI resize button not the
ordinary form.
-
November 30th, 1999, 09:21 AM
#4
Re: Disable VB MDI form resize button
That's right - you can use the same code to disable or remove the menu items from *any* forms system menu. Read through the code and try to get a grasp of how it works.
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
|