CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2000
    Location
    UK
    Posts
    122

    TreeView control with Columns

    I am lokking for a TreeView which has Columns and I can put values onto each node of my tree that will apear in the column.
    Any body know of one?

    I am new to VB, I am a VC++ user mainly



    Regards,
    Jerry Gadd

    Ratings are my only reason for living, so GIVE ME HIGH ONES, or have my death on your consience.
    All code on this page is protected by an SEP field!!!

  2. #2
    Join Date
    Aug 2000
    Location
    Dublin
    Posts
    20

    Re: TreeView control with Columns

    Hi

    I've never seen columns in a tree view, but try this site. It has loads on ListView and TreeView manipulation, using WinAPIs so you should find it fairly straight forward.

    http://www.mvps.org/vbnet/index.html

    Go to Code Library-->Common Controls

    Thanx
    Andrew


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