Changes

Jump to: navigation, search

Visual Basic and Forms

452 bytes removed, 17:28, 19 July 2007
Modal and Non-modal Forms
* CenterParent - If the form is a child of another form, this value specifies that the form should be positioned within the center of the parent form.
== Modal and Non-modal Forms ==
A Windows form can be displayed in one of two modes, modal and non-modal. When a form is non-modal it means that other forms in the other forms in the application remain accessible to the user (in that they can still click on controls or use the keyboard in other forms).
 
When a form is modal, as soon as it is displayed all other forms in the application are disabled until the modal dialog is dismissed by the user.
== Changing the Form Border ==

Navigation menu