... to getting a "path".
with CFileDialog it seems you have to select a file. i would like to use a CFileDialog type of dialog just to let a person select a path.
is there a common control for doing that?
thanks much!
craigk
[email protected]
Printable View
... to getting a "path".
with CFileDialog it seems you have to select a file. i would like to use a CFileDialog type of dialog just to let a person select a path.
is there a common control for doing that?
thanks much!
craigk
[email protected]
Hi!
Why don't you use a directory picker dialog? Code is available in this site itself...
Santhosh
you can use ::SHBrowseForFolder
Hi,
I presume you have the CFileDialog working, what I did was to set the file filter as "*..*"; I picked this up from this site. An obviously wrong but simple way to filter ALL files, but it serve the purpose.
Hope this helps,
Will
Try,
SHBrowseForFolder()
Sally