CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    India,Karnataka,Bangalore
    Posts
    1

    Is there any activex control which acts similar to the "Tree View Control".

    Is there any activex control which acts similar to the "Tree View Control".
    The activex control should display the whole information in the form of
    a tree(parents are encircled and a line joins the parent and the child of it that too encircled
    and goes on till the leaves appear)i.e it displays the whole expanded information on the screen howmuch
    ever the hierarchy may be.


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

    Re: Is there any activex control which acts similar to the "Tree View Control".

    if the treeview control that comes with vb is not good enough for you, check out the common controls replacement program on http://www.mvps.org/ccrp/.
    They offer a treeview control.


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