If you use showdialog to show the Folderbrowserdialog you check
the dialogresult returned. In this example the code only runs if the user
clicked the ok button
If FolderBrowserDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
If you use showdialog to show the Folderbrowserdialog you check
the dialogresult returned. In this example the code only runs if the user
clicked the ok button
If FolderBrowserDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then