CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    TreeView and ListView Control

    Does anyone know if there is an control that looks like a tree view with tables like the list view control.

    I need to show the tree structure but also show some extra info in a table.


    mfG Pueromane


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

    Re: TreeView and ListView Control

    You can use the standard ListView that comes with VB6 (and possibly the one from VB5 also).

    Brad Martinez posted an excellent sample to this site at :

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

    - be warned though, the addition and removal of listitems to the control is performed at run time by the programmer.



    Chris Eastwood

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

  3. #3
    Join Date
    Nov 1999
    Location
    Austria
    Posts
    53

    Re: TreeView and ListView Control

    thanks Chris

    mfG Pueromane


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