
BrowseForFoldersDialog – A class to display the BrowseForFolders dialog box
‘ a class to display the BrowseForFolders dialog’ usage:’ Dim diag As New BrowseForFoldersDialog()’ diag.Description = “Select a directory”‘ If diag.ShowDialog() = DialogResult.OK Then’ ‘ the user selected this directory’ directory = diag.Path’ End If” IMPORTANT: requires a reference to the System.Design.Dll assemblyClass BrowseForFoldersDialog ‘ the Description that appears in