Browsing files in a folder using VB.NET
This small piece of code will give an idea to browse file in a given folder.
Start your VB.NET application and create a new project (Ctrl+Shift+N) in Windows Application and design your form as you like. I have design my form as below (Figure 1.):

Now drag a FolderBrowseDialog from Toolbox and name it FolderBrowserDialog1.
On click event of btnBrowse open FolderBrowserDialog1 to select folder and then assign that path to txtPath.





