How can I disable maximise button of a form but minimise and close button should be enable?
![]() |
How can I disable maximise button of a form but minimise and close button should be enable?
In VB 6 (and below I believe) Just set the MaxButton property of the form to False.
Full documentation is at:
http://msdn.microsoft.com/library/de...omaxbutton.asp
In VB.NET set the MaximizeBox property to false.
That documentation is at:
http://msdn.microsoft.com/library/de...zeboxtopic.asp
I hope that this has been helpful,
Guy
Hope that this helps,
Guy
All times are GMT -7. The time now is 01:46 AM. |