Specified the path with Cfiledialog
-
How do i get folder path with CFiledialog? I know if I call the GetPathName() It will return the Full path to specific folder. but in order to close the CFileDialog i have to click on either Save or Open. Thanks Shin
sdfdsfa wrote: but in order to close the CFileDialog i have to click on either Save or Open. Which is the whole reason for using
CFileDialog
in the first place. It sounds like you want to useSHBrowseForFolder()
instead.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
sdfdsfa wrote: but in order to close the CFileDialog i have to click on either Save or Open. Which is the whole reason for using
CFileDialog
in the first place. It sounds like you want to useSHBrowseForFolder()
instead.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?