- Explorer view in dialog
- Posted by Gus Trewer on January 13th, 2004
What's the preferred method to create an Explorer tree view in a
dialogbox. In using Visual C++, no classes, no MFC.
Thanks in advance
..Gus
- Posted by Tim Robinson on January 13th, 2004
"Gus Trewer" <gus@nospam.com> wrote in message
news:4003bd16.354088500@news.telenordia.se...
A tree view control -- there's one in the VC++ toolbox. Remember to call
InitCommonControls or InitCommonControlsEx before you show the dialog
though.
--
Tim Robinson (MVP, Windows SDK)
http://www.themobius.co.uk/
- Posted by Gus Trewer on January 14th, 2004
On Tue, 13 Jan 2004 18:47:31 -0000, "Tim Robinson"
<tim.at.gaat.freeserve.co.uk@invalid.com> wrote:
I need a treeview for browsing the harddrive, do I have to build the
treeview by hand or is it a handy trick for this.
..Gus
- Posted by Tim Robinson on January 14th, 2004
"Gus Trewer" <gus@nospam.com> wrote in message
news:4004ee5a.432235687@news.telenordia.se...
Sorry, you've got to add the items yourself. Although if you want a dialog
with *just* a tree view of the file system, look at SHBrowseForFolder.
--
Tim Robinson (MVP, Windows SDK)
http://www.themobius.co.uk/