J
Jeffrey Grantz
I took the code below from an example of FolderBrowserDialog but I keep
getting the subject diagnostic on DialogResult.OK and I can't figure out
what I am doing wrong.
Any Help? ADVthanksANCE
Private Sub BTN_Browse_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles BTN_Browse.Click
Dim sMyPath As String
FolderBrowserDialog1.ShowDialog()
If FolderBrowserDialog1.ShowDialog() = DialogResult.OK Then
getting the subject diagnostic on DialogResult.OK and I can't figure out
what I am doing wrong.
Any Help? ADVthanksANCE
Private Sub BTN_Browse_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles BTN_Browse.Click
Dim sMyPath As String
FolderBrowserDialog1.ShowDialog()
If FolderBrowserDialog1.ShowDialog() = DialogResult.OK Then