Hi,
How can I disable the MDI maximize button in Visual Basic 6.0.
Printable View
Hi,
How can I disable the MDI maximize button in Visual Basic 6.0.
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
I want to disable the MDI resize button not the
ordinary form.
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