OpenDirectoryDialog?

J

Jim in Arizona

There doesn't seem to be a control that I can use for selecting a directory
and having that directory path populate a text box, like I would with the
OpenFileDialog control, like so:

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button2.Click
OpenFileDialog1.ShowDialog()
txtPhotosDirectory.Text = OpenFileDialog1.FileName
End Sub

Any suggestions?

TIA,
Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top