At the moment I am using this:
Code:
Dim Open As New OpenFileDialog
        Open.ShowDialog()
        TextBox2.Text = Open.FileName
But that only allows me to open specific files. Can I make it so I can open a folder?