logo
Учебник_ПОА

How to: Browse a Folder

You can use the built-in FolderBrowserDialog component to enable users to browse a folder. To display a dialog box, you use the ShowDialog method. You can then check whether the user clicked the OK button by using the DialogResult..::.OK field.