Visual Basic Concepts

Dialog Boxes

See Also

In Windows-based applications, dialog boxes are used to:

In Visual Basic, for example, you use the File Open dialog box to display existing projects. The About dialog box in Visual Basic is also an example of how you can use a dialog box to display information. When the user clicks the Help, About Visual Basic menu item on the menu bar, the About dialog box is displayed.

The following topics discuss dialog boxes: