Cwinform directory selection function

From , 3 Years ago, written in C#, viewed 236 times.
URL https://pastebin.vip/view/be3ac64e
  1. FolderBrowserDialog dlg = new FolderBrowserDialog();
  2. if (!string.IsNullOrEmpty(txtPath.Text))
  3.       dlg.SelectedPath = txtPath.Text;
  4. if (dlg.ShowDialog() == DialogResult.OK)
  5. {
  6.       txtPath.Text = dlg.SelectedPath;
  7. }
  8. //csharp/192

Reply to "Cwinform directory selection function"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website