How to open Browse for Folder dialog in Visual C++ application?
Some times we may get the requirement in our program to open a dialog to browse for a Folder. CFileDialog is useful to open a dialog for file. It is bit tricky to open a Browse for Folder dialog compare to straight forward CFileDialog class. Following steps explain how to open a Browse for Folder […]