Dialog Boxes
Your Visual Basic application can activate
standard windows dialog boxes. The advantage is that settings
can be made for your application using controls the user will already
be familiar with, and that you do not need to develop yourself.
Dialog Box Controls
Visual Studio includes eight standard dialog box
controls:
- OpenFileDialog
- SaveFileDialog
- FontDialog
- ColorDialog
- FolderBrowserDialog
- PrintDialog
- PrintPreviewDialog
- PageSetupDialog
|