Click to See Complete Forum and Search --> : TreeView, ListView and ImageList


Dr_Michael
December 2nd, 1999, 05:41 AM
I want to create an application something like the windows explorer: At left side, a tree view control to show directories ierrarchy, in middle a list view to display files and directories with columns and of course an imagelist for the appropriate icons. Is there any source code ready, or can you tell me how to do it? I think that first step is to read the disk and initialize the tree view. I want to display all sub-directories from a parent one (default).
I use VB6 and SP3.
Thanx

Michael Vlastos
Automation Engineer
Company SouthGate Hellas SA
Development Department
Athens, Greece

Chris Eastwood
December 2nd, 1999, 02:35 PM
You're in luck, I've just posted an article to the site that does just this using the FileSystemObject.

Take a look at :

http://codeguru.developer.com/vb/articles/1958.shtml

Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

HenkHamer
December 2nd, 1999, 05:44 PM
Check on http://www.mvps.org/btmtz/

Brad made some cool demos

Hanky Panky