select directory dialog mfc

Started by
1 comment, last by doho 18 years, 10 months ago
Does anyone know any good tutorials to let me do this in c++ / c using mfc. I want to use my own code, but I have only found ones tht say include these privided files. I would ilike one, that allows me to see things like my computer and my documents. Sort of like the browser on nero express.
www.stickskate.com -> check it out, some gnarly stick skating movies
Advertisement
There are some tools, code, tutorials and other documentations which may help you on CodeProject.

If you want to do this by yourself, you'll have to understand the concept of treecontrol, listcontrol as well as tree data structures. An explorer is not complex to do (MFC provide you the CFileFind class to help you to list the content of a directory).

HTH,
CFileDialog

This topic is closed to new replies.

Advertisement