Displays a Form object.
object.Show
The parts of the Show method syntax are described in the following table.
Part | Description |
---|---|
object | Optional. An object expression that evaluates to an object. If object is omitted, the form associated with the active form module is assumed to be object. |
If the specified form is not loaded when the Show method is invoked, Visual Basic automatically loads it.
The startup form of an application is automatically shown after its Load event is invoked.