I am using System.Windows; and System.Windows.Controls; so I can’t use System.Windows.Forms; because there is a lot of controls like messagebox and list box…etc are common between them is there another solution to get folderbrowserdialog without using System.Windows.Forms; or is there any get folder location dialog box ?
I am using System.Windows; and System.Windows.Controls; so I can’t use System.Windows.Forms; because there is
Share
You can use the
FolderBrowserDialog; either explicitly place the namespace in front of the class……or create an alias with regard to your namespace.