Skip to content

Instantly share code, notes, and snippets.

@joe-oli
Created July 14, 2023 04:55
Show Gist options
  • Save joe-oli/a4bd3b2e370ae42e99fd9f26ae348b7e to your computer and use it in GitHub Desktop.
Save joe-oli/a4bd3b2e370ae42e99fd9f26ae348b7e to your computer and use it in GitHub Desktop.
WPF Demo Code
var dialog = new FolderBrowserDialog();
dialog.ShowDialog();
folderpathTB.Text = dialog.SelectedPath;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment