Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   Visual basic (https://www.askmehelpdesk.com/showthread.php?t=4452)

  • Apr 15, 2004, 10:12 PM
    kausikporel
    visual basic
    How can I disable maximise button of a form but minimise and close button should be enable?
  • Jul 4, 2004, 02:08 AM
    Gkhster
    visual basic
    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.