How can i get the FolderBrowserDialog to show up?
ok i got it to show up
but how do i get it to set the text is the text box to the folder?
savelocation.Text = fbd.SelectedPath - makes it crash..
anyhelp would be great.
ok i got it to show up
but how do i get it to set the text is the text box to the folder?
Code:
Dim fbd As FolderBrowserDialog
Me.Folderb.ShowDialog()
savelocation.Text = fbd.SelectedPath
anyhelp would be great.
Last edited: