Tech Support > Microsoft Windows > Development Resources > Windows Explorer like tree view - how ?
Windows Explorer like tree view - how ?
Posted by Amn on December 9th, 2003


How do I utilize a tree view that displays files and folders of the
namespace ? I dont want to program my own, I am trying instead to find APIs
that show the exact instance of type seen in Explorer window.
SHBrowseForFolder is close, but it is a modal dialog with a lot of
unnecessary controls, when I only need a tree view window itself.

Sorry if I am unclear, i type very fast
And thanks in advance,
Amn.



Posted by Jeff Gaines on December 9th, 2003


On Tue, 9 Dec 2003 11:09:35 +0100, "Amn" <amn@eyestorm.no> wrote:


You need to roll your own. If you use Delphi there is a very good
freeware suite called Virtual Treeview (http://www.lischke-online.de)
but I haven't found anything in C/C# to match it.

--
Jeff Gaines Damerham Hampshire UK


Posted by Alf P. Steinbach on December 9th, 2003


On Tue, 9 Dec 2003 11:09:35 +0100, "Amn" <amn@eyestorm.no> wrote:

What's wrong with the standard C_TREEVIEW window class?

Is the problem to navigate the namespace?

In that case, look up namespace navigation in MSDN.


Posted by Dany on December 10th, 2003


Jeff Gaines a écrit:


All the complete code is simply in MSDN.


Posted by Jeff Gaines on December 10th, 2003


On Wed, 10 Dec 2003 08:21:13 +0100, Dany <Dany@nospam.com> wrote:

Dany

I would like to follow that up - can you give me a link or is it only
available to subscribers?

--
Jeff Gaines Damerham Hampshire UK


Posted by Scott McPhillips [MVP] on December 10th, 2003


Jeff Gaines wrote:
MSDN contains all the Microsoft documentation for developers and can be
accessed free online: http://msdn.microsoft.com/

--
Scott McPhillips [VC++ MVP]


Posted by Jeff Gaines on December 11th, 2003


On Wed, 10 Dec 2003 18:39:30 -0500, "Scott McPhillips [MVP]"
<scottmcp@mvps.org.nowhere> wrote:

Scott

Many thanks, I do use MSDN, usually when I have got to the stage of
banging my head against the wall :-))

I was hoping from what Dany said that he had found a comprehensive
TreeView control like the Delphi one I mentioned but all the examples
I have been able to find (on MSDN) are pretty basic.

--
Jeff Gaines Damerham Hampshire UK


Posted by Jeff Henkels on December 11th, 2003


"Jeff Gaines" <jeff@jgaines.co.uk> wrote in message
news:tlhgtvklo1efca27ael138ms0d15dgujnt@4ax.com...
Other good places to look for cool control code:

http://www.codeproject.com/wtl -- lots of WTL samples, plus some MFC stuff
http://www.codeguru.com -- lots of MFC stuff, with a bit of WTL




Similar Posts