CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Treeview

  1. #1
    Join Date
    Sep 2002
    Posts
    47

    Treeview

    Hi

    I want to be able to browse my hard drive (c) using a treeview. How can i fill a treeview to be able to see all the folders on my hard drive?


    Thank you

    Alex
    Alexandre

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    Take a look at System.IO.Directory and System.IO.FileInfo classes.

  3. #3
    Join Date
    Oct 2002
    Posts
    14
    GO and see SHDesktopFolder function.

  4. #4
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    This example project might help you:

    Example project

    /Leyan

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