How to Fix the size of Form in VB Net(Visual Basic)

Suppose you have designed the appearance of a form in Visual basic and you have measured every inch to make it look much better but sadly when you re-size the form i.e using mouse at the edges of the form while the program is running then the appearance looks completely dull so all the hard work goes in vain.
So you may need to Change the property so that the size is not resizeable.
For this is the property box of the Form, make the maximum size and minimum size as the default size so that there is no problem as it could not be re-sized.
Similarly change the property such that maximize box is disabled
For this:
maximizebox.enabled=false.
 

Information Sharing Copyright © 2011