Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

"Window Explore": implement "tree view" and "Folder view"

61 views
Skip to first unread message

Daum

unread,
Sep 20, 2009, 3:10:02 PM9/20/09
to
I'm sorry to make a so broad question.

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

Laurent

unread,
Sep 20, 2009, 6:22:13 PM9/20/09
to

"Daum" <Da...@discussions.microsoft.com> a �crit dans le message de news:
4CB60754-B9C3-4899...@microsoft.com...

> 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?

There are complete samples for Explorer-like apps in MSDN and SDK


Daum

unread,
Sep 20, 2009, 10:19:01 PM9/20/09
to
Do you think the apps for C++ not VB?
I found a app for VB but not C++.
Thanks.

"Laurent" wrote:

>
> "Daum" <Da...@discussions.microsoft.com> a écrit dans le message de news:

Scot T Brennecke

unread,
Sep 21, 2009, 3:20:13 AM9/21/09
to
Yes, there are many examples out there. I'm guessing you must be using a really old (obsolete) version of VC++. All the versions
that were released in the last 10 years have an MFC App Wizard option to generate an app with that interface... no real extra work
required.

AliR

unread,
Sep 21, 2009, 10:39:33 AM9/21/09
to
Here is an example of the list view
http://support.microsoft.com/kb/234310

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...

Daum

unread,
Sep 21, 2009, 11:05:01 PM9/21/09
to
Really thank you all who have responded my question.

Wow! The dirlv works for "Folder view" which I've really wanted.

I hoped a "tree view" also have implemented in the DirLV.

0 new messages