Top "Folderbrowserdialog" questions

FolderBrowserDialog is a class in the System.

Using FolderBrowserDialog in WPF application

I have a WPF application that I need to have users access directories in. I have searched to the end …

c# .net wpf folderbrowserdialog windowsformsintegration
Select folder dialog WPF

I develop a WPF4 application and in my app I need to let the user select a folder where the …

c# .net wpf folderbrowserdialog
How to get file path from OpenFileDialog and FolderBrowserDialog?

Hey there i started learning C# a few days ago and I'm trying to make a program that copies and …

c# openfiledialog folderbrowserdialog
FolderBrowser with textbox in VB.NET

I have a textBox which gets filled with a path, acquired from a database (but that's irrelevant). So I want …

vb.net textbox folderbrowserdialog
Why FolderBrowserDialog dialog does not scroll to selected folder?

As show in this screen shot, the selected folder is not in the view. It needs to be scrolled down …

c# c folderbrowserdialog
Using environment variable in a file path

I've got an environment variable set that points to a specific folder (call it MYFOLDER for example). When typing in %…

c# path environment-variables folderbrowserdialog
C# - WPF - getting folder browser dialog without using System.Windows.Forms?

I have this WPF app and I want to have there function of getting a directory path from the user. …

c# .net wpf folderbrowserdialog
Exception when using FolderBrowserDialog

I'm getting the following Exception when trying to use FolderBrowserDialog: System.Threading.ThreadStateException: Current thread must be set to single …

c# multithreading exception folderbrowserdialog
Folder browser dialog in Qt

Is there any way to open a folder browser dialog in Qt? When I use QFileDialog with Directory file mode, …

qt folderbrowserdialog
Alternative to FolderBrowserDialog

Is there an alternative for selecting folders in C#? Optimally I'd like to use the OpenFileDialog to select folders, or …

c# winforms directory openfiledialog folderbrowserdialog