all groups > dotnet windows forms > may 2005 >
You're in the

dotnet windows forms

group:

Directory Selection dialog???


Re: Directory Selection dialog??? Herfried K. Wagner [MVP]
5/7/2005 12:00:00 AM
dotnet windows forms: Alex,

"Alex Fennell" <AlexFennell@discussions.microsoft.com> schrieb:
[quoted text, click to view]

I suggest to use the FolderBrowserDialog because users know this dialog from
other applications.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Re: Directory Selection dialog??? Herfried K. Wagner [MVP]
5/7/2005 12:00:00 AM
"Alex Fennell" <AlexFennell@discussions.microsoft.com> schrieb:
[quoted text, click to view]

VS.NET includes its own folder dialog which is similar to the
OpenFileDialog. Personally I don't like this dialog because it's not clear
that the dialog should be used to select a folder.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Directory Selection dialog??? Alex Fennell
5/7/2005 8:08:03 AM
Hi all,

I am building a tool and one of the things that I want to do is allow users
to select a directory to set a path. Do I have to use the gimpy .NET 1.1
FolderBrowserDialog or is there something more similar to the OpenFileDialog
format. I would prefer that my dialog for selecting files and directories at
Re: Directory Selection dialog??? Alex Fennell
5/7/2005 9:01:06 AM
You mean that the dialog that Visual Studio.NET uses to say set the working
folder isn't a standard .NET dialog? They use the standard OpenFileDialog for
creating new files or opening existing ones. I don't see why they would not
release something like that.

[quoted text, click to view]
AddThis Social Bookmark Button