CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 1999
    Location
    Bracknell, UK
    Posts
    1

    Filling a Treeview with a directory structure

    I want a TreeView object to be filled with a complete windows95 style directory structure (showing the destop as the highest level), with files of the currently selected directory being displayed in a FileListBox, but being a bit of a newbie i don't know how.
    Any suggestions?
    Thanks


  2. #2
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: Filling a Treeview with a directory structure

    ok that's definitely not easy if you really want to do it the windows-way... there's a sample around EnumDesk if I remember it well.. search for it on the main page of codeguru you should be able to find it. It does what you want (again, it's not easy)

    Crazy D @ Work :-)

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: Filling a Treeview with a directory structure


  4. #4
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    Re: Filling a Treeview with a directory structure

    Cool link Lothar!!

    Crazy D @ Work :-)

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