CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    TreeView, ListView and ImageList

    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

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: TreeView, ListView and ImageList

    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

  3. #3
    Join Date
    Dec 1999
    Location
    Netherlands
    Posts
    2

    Re: TreeView, ListView and ImageList

    Check on http://www.mvps.org/btmtz/

    Brad made some cool demos

    Hanky Panky

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured