I've created MFC C++ project using VC project wizard for Win XP.
The project is "Window Explore" style that has two planes.
Q) I want to implement "tree view" and "Folder view" for the planes which
are the same as Windows Explore.
I've several VC++ books, but they seems not so much helpful for the "tree
view" and "Folder view".
Could you please let me know how to do it, or where I can find an example
source code?
Thank you.
-Daum
There are complete samples for Explorer-like apps in MSDN and SDK
"Laurent" wrote:
>
> "Daum" <Da...@discussions.microsoft.com> a écrit dans le message de news:
Tree control example:
http://www.codeproject.com/KB/tree/pathpicker.aspx
AliR.
"Daum" <Da...@discussions.microsoft.com> wrote in message
news:4CB60754-B9C3-4899...@microsoft.com...
Wow! The dirlv works for "Folder view" which I've really wanted.
I hoped a "tree view" also have implemented in the DirLV.