Link to home
Start Free TrialLog in
Avatar of TheIronDuke
TheIronDuke

asked on

C++ Windows Explorer Like File Browser in a CTreeCtrl

I have a dialog based MFC project in Visual Studio 2008. I need a Windows Explorer Like File Browser (not an open file/directory dialog). I was thinking I need to use CTreeCtrl, but I can find no information on how to do that. Any help would be appreciated.
Avatar of jkr
jkr
Flag of Germany image

Are you thinking along the lines of this article? "Creating a Simple Drives Explorer Program" (http://www.codeproject.com/Articles/13366/Creating-a-Simple-Drives-Explorer-Program) sounds pretty much like what yu want and comes with full source code.
ASKER CERTIFIED SOLUTION
Avatar of Zoppo
Zoppo
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TheIronDuke
TheIronDuke

ASKER

Thanks Zoppo. I appreciate it.