FolderBrowserDialog is a class in the System.
I am using System.Windows; and System.Windows.Controls; so I can't use System.Windows.Forms; because there is a …
c# wpf folderbrowserdialogHow do i Set the root folder for a folderdialog? My sample does not seem to work. (I checked that …
vb.net folderbrowserdialogI have this code: string directory; FolderBrowserDialog fbd = new FolderBrowserDialog(); if (fbd.ShowDialog() == System.Windows.Forms.DialogResult.OK) { directory = fbd.…
c# .net folderbrowserdialogI'm curious and it could give my little app a nice finishing touch. Thanks!
c# folderbrowserdialogI am having some troubles with FolderBrowserDialog I've tried all the post I could find here and I'm almost there …
vb.net folderbrowserdialogFirst time I'm implementing a FolderBrowserDialog in WPF and I'm not loving it one bit... Aside from the issues I …
c# wpf folderbrowserdialogOkay, so here's the deal: I'm trying to put together a script that will perform a simple xcopy. The problem …
vbscript xcopy folderbrowserdialogI am working on a wpf application. Here I need to use System.Windows.Forms.FolderBrowserDialog in my Wpf application. …
c# wpf refresh folderbrowserdialogPlease note it is not a duplicate question. How to show a detailed FolderBrowser as in the image below from …
c# propertygrid folderbrowserdialogI'm trying to use the FolderBrowserDialog from my WPF application - nothing fancy. I don't much care that it has …
c# .net wpf mvvm folderbrowserdialog