Dialog-Box Controls and Components (Windows Forms)
Visual Studio .NET 2003
The following list contains Windows Forms controls and components that present standard dialog boxes. Follow the links for more information about the functions available in each dialog box.
In the Visual Basic and Visual C# Documentation
- Introduction to the Windows Forms ColorDialog Component
- Allows the user to select a color from a palette in a pre-configured dialog box and to add custom colors to that palette.
- Introduction to the Windows Forms FolderBrowserDialog Component
- Allows users to browse and select folders.
- Introduction to the Windows Forms FontDialog Component
- Exposes the fonts that are currently installed on the system.
- Introduction to the Windows Forms OpenFileDialog Component
- Allows users to open files via a pre-configured dialog box.
- Introduction to the Windows Forms PageSetupDialog Component
- Sets page details for printing via a pre-configured dialog box.
- Introduction to the Windows Forms PrintDialog Component
- Selects a printer, chooses the pages to print, and determines other print-related settings.
- Introduction to the Windows Forms PrintPreviewDialog Control
- Displays a document as it will appear when it is printed.
- Introduction to the Windows Forms SaveFileDialog Component
- Selects files to save and where to save them.
Related Sections
- Dialog Boxes in Windows Forms
- Describes how to create a dialog box for a Windows Form.
- Dialog Box Changes in Visual Basic .NET
- Describes how dialog box functionality has changed in Visual Basic .NET, as compared with previous versions.
- ColorDialog Class
- Provides reference information on the ColorDialog class and its members.
- FontDialog Class
- Provides reference information on the FontDialog class and its members.
- OpenFileDialog Class
- Provides reference information on the OpenFileDialog class and its members.
- PageSetupDialog Class
- Provides reference information on the PageSetupDialog class and its members.
- PrintDialog Class
- Provides reference information on the PrintDialog class and its members.
- PrintPreviewDialog Class
- Provides reference information on the PrintPreviewDialog class and its members.
- SaveFileDialog Class
- Provides reference information on the SaveFileDialog class and its members.