OpenFolder dialog ???

G

Guest

Dear all,

I need to display a common Open folder dialog in order to be able to select
a particular folder.
I have check for the FolderBrowserDialog object but it does not display my
all drive structure, myDocument folder, myComputer ...

In fact I fold like to getb the same dialog as for the OpenFile or SaveAs
file dialog but for a folder selection

How can I do this

thanks for your help
regards
serge
 
C

Cor Ligthert

Serge,

I thought that I became crazy therefore I even tried it.
I have check for the FolderBrowserDialog object but it does not display my
all drive structure, myDocument folder, myComputer ...
For me it shows this all.

I hope this helps,

Cor
 
C

Cor Ligthert

Serge,

I was trying it serious with the designer however it is not more than in
VBNet

\\\
dim mydialog as new folderbrowserdialog
mydialog.showdialog
///
and in C#
\\\
FolderBrowserDialog mydialog = new FolderBrowserDialog();
mydialog.ShowDialog();
////
I hope this helps,

Cor
 

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