Directory Selection dialog???

G

Guest

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
least look somewhat similar.
 
H

Herfried K. Wagner [MVP]

Alex,

Alex Fennell said:
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
least look somewhat similar.

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

Guest

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.
 
H

Herfried K. Wagner [MVP]

Alex Fennell said:
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.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top