please,how can i prevent a form from being re-sized?
Printable View
please,how can i prevent a form from being re-sized?
Set the borderstyle property of the form to Fixed Single, Fixed Dialog or Fixed Toolwindow.
Dont forget to set minbutton = true or else it can get frustrating http://vbforums.com/images/icons/icon6.gif
None of those borderstyle has the MinButton.Quote:
Originally posted by Illiad
Dont forget to set minbutton = true or else it can get frustrating http://www.vbforums.com/images/ieimages/2003/04/1.gif
Sorry... you can have the MinButton in the Fixed Single's borderstyle (if you set it to true, obviously).