Changes

Visual Basic and Forms

661 bytes added, 19:55, 18 July 2007
Changing the Form Border
== Changing the Form Border ==
 
By default a form can be resized by the user. Visual Studio allows both is behavior, and the appearance of the border to be controlled by manipulating the ''FormBorderStyle'' property. The border may be configured to allow, or disallow resizing of the form, with a variety of border styles (such as 3D).
 
To change the border, select the ''FormBorderStyle'' in the ''Properties'' panel of the form you which to modify. Click on the down arrow in the value field to drop down a menu of items and select the setting of your choice. Feel free to experiment with the different settings, using the F5 key to build and ruin your application to try out each setting.