|
-
May 7th, 1999, 03:44 PM
#1
looking for a CFileDialog approach ...
... 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]
-
May 7th, 1999, 10:22 PM
#2
Re: looking for a CFileDialog approach ...
Hi!
Why don't you use a directory picker dialog? Code is available in this site itself...
Santhosh
-
May 9th, 1999, 10:39 PM
#3
Re: looking for a CFileDialog approach ...
you can use ::SHBrowseForFolder
-
May 10th, 1999, 02:19 AM
#4
Re: looking for a CFileDialog approach ...
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
-
May 10th, 1999, 02:41 AM
#5
Re: looking for a CFileDialog approach ...
Try,
SHBrowseForFolder()
Sally
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|