How to create tree view for drives and folders
Dear All,
I am developing an MFC application(Dialog based).
I want to have tree like view for drives and folders of the sytem.
Thanks in advance
Prasanth
[179 byte] By [
star@1983] at [2007-11-20 11:56:23]

# 1 Re: How to create tree view for drives and folders
Use Tree control.
To obtain all drives and folders - use IShellFolder interface.
Search MSDN for the sample code.