openfiledialog - selecting a folder

  • Thread starter Thread starter Bernie Yaeger
  • Start date Start date
B

Bernie Yaeger

How can I get the openfiledialog to allow selection of a folder
(subdirectory) and all of its contents?

Thanks for any help.

Bernie Yaeger
 
Bernie,

You know the folderbrowserdialog already. It is from VS2003.
You need the net1.1 SP for that. In past was Herfried forever telling that
there was a terrible bug in it.

(It can go wrong when paths are longer than 128 characters without the SP).

I find it a nice control and would select after that using the directoryinfo
than all files when I had your problem.

I hope this gives some idea's

Cor
 
Back
Top