Dialog Controls in VB.NET

How to know about the Dialog Controls in VB.NET?

Explanation

File Open, Save, Folder Browser Dialog Controls

Dialog Controls are used to display boxes for opening and saving a file. Folder Browser control is used to display a box with all the drives.
Video:
Explanation:
  • In the above example MenuStrip,OpenFileDialog,SaveFileDialog,FolderBrowserDialog controls are used.
  • InitialDrive property is set for the OpenFileDialog,SaveFileDialog boxes.
  • ShowDialog method is used in the click events of the menu items to open the respective dialog boxes.

Visual Basic Tutorial


Ask Questions

Ask Question