Top "Folderbrowserdialog" questions

FolderBrowserDialog is a class in the System.

FolderBrowserDialog in wpf c#

I am using System.Windows; and System.Windows.Controls; so I can't use System.Windows.Forms; because there is a …

c# wpf folderbrowserdialog
Setting root folder for FolderBrowser

How do i Set the root folder for a folderdialog? My sample does not seem to work. (I checked that …

vb.net folderbrowserdialog
C# read folder (names) from directory

I have this code: string directory; FolderBrowserDialog fbd = new FolderBrowserDialog(); if (fbd.ShowDialog() == System.Windows.Forms.DialogResult.OK) { directory = fbd.…

c# .net folderbrowserdialog
Can I change the title of my FolderBrowserDialog?

I'm curious and it could give my little app a nice finishing touch. Thanks!

c# folderbrowserdialog
Vb.net - FolderBrowserDialog

I am having some troubles with FolderBrowserDialog I've tried all the post I could find here and I'm almost there …

vb.net folderbrowserdialog
DialogResult with FolderBrowserDialog in WPF

First time I'm implementing a FolderBrowserDialog in WPF and I'm not loving it one bit... Aside from the issues I …

c# wpf folderbrowserdialog
Using xcopy in VBS (With a Twist)

Okay, so here's the deal: I'm trying to put together a script that will perform a simple xcopy. The problem …

vbscript xcopy folderbrowserdialog
How to Redraw or Refresh a screen

I am working on a wpf application. Here I need to use System.Windows.Forms.FolderBrowserDialog in my Wpf application. …

c# wpf refresh folderbrowserdialog
Show detailed Folder Browser from a PropertyGrid

Please note it is not a duplicate question. How to show a detailed FolderBrowser as in the image below from …

c# propertygrid folderbrowserdialog
How to use a FolderBrowserDialog from a WPF application with MVVM

I'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