Changes

Jump to: navigation, search

Visual Basic and Forms

410 bytes added, 20:00, 18 July 2007
Changing the Form Border
To remove all controls, including the Control Box and the Minimize, Maximize and Close buttons set the ''ControlBox'' property to false. When set, the only content in the form's toolbar will be the form title.
 
== Setting Minimum and Maximum Form Sizes ==
 
The minimum and maximum sizes of a form can be specified. These limitations are controlled via the MinimumSize and MaximumSize properties respectively. Once set, assuming the form is sizable, the user will not be able to resize the form beyond the size boundaries you have defined using these properties.
 
== Specifying the Position of a Form on the Display ==
 
 
== Changing the Form Border ==

Navigation menu