Menu

VB.NET TUTORIALS - VB.Net - Dialog Boxes

VB.Net - Dialog Boxes

ADVERTISEMENTS

S.N.Control & Description
1ColorDialog
It represents a common dialog box that displays available colors along with controls that enable the user to define custom colors.
2FontDialog
It prompts the user to choose a font from among those installed on the local computer and lets the user select the font, font size, and color.
3OpenFileDialog
It prompts the user to open a file and allows the user to select a file to open.
4SaveFileDialog
It prompts the user to select a location for saving a file and allows the user to specify the name of the file to save data.
5PrintDialog
It lets the user to print documents by selecting a printer and choosing which sections of the document to print from a Windows Forms application.

ADVERTISEMENTS
ADVERTISEMENTS