Hi guys
Please help.
In brief, in a project, when a certain button is clicked, it is supposed to open a folder dialog, so I used the CFolderPickerDialog class. But It shows only folders. I want it to show both folders and .zip files. Can anyone tell me how to use the same class, or another, to open a folder dialog, for folder selection, to display folders and .zip files
My code is simple:
CFolderPIckerDialog aFile(File_Path);
aFile.DoModal();
Thanks in advance for helping.