Quantcast
Channel: Beginner Tutorials
Viewing all articles
Browse latest Browse all 15

Browse, Open, and Save Dialogs

$
0
0

Often when writing a VB.NET application we need to either open a file from the system or save a file to the system somewhere (many times both). Other times we need to browse for a folder instead of a file. Each one of these can be accomplished with a different Common Dialog that ships with VB.NET. To open a file we use the OpenFileDialog control. To save a file we use the SaveFileDialog control. Lastly, to browse for a folder we can use the FolderBrowserDialog.

read more


Viewing all articles
Browse latest Browse all 15

Trending Articles