Changes

Jump to: navigation, search

Visual Basic and Forms

9 bytes added, 20:25, 18 July 2007
no edit summary
== Changing the Form Title ==
Each form represents an application window. The text displayed in the title bar for each window should be changed to display something meaningful. This should eiher either be the name of application, or a description of the form's function (for example ''Order Entry'' or ''Sales Report'').
The value of the text to be displayed in the window title is defined by the form's ''Text'' property. To change the title of the form, therefore, select the ''Text'' value in the ''Properties'' panel and change it to a new value (for example, 'My Form Example'):
== 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 ==

Navigation menu