Results 1 to 3 of 3

Thread: Tree Collection

  1. #1

    Thread Starter
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Tree Collection

    Easy to use collection that gives a flat tree. You can define parents and get a list of first level items. You can also get either all childs or only direct first level childs of any item.

    This is not optimized for speed at all, so it is only handy for handling small amounts of data that is easy to format into a tree. Also, it is only meant for containing string data (although it should be fairly easy to overcome this limitation).

    There is no limitation to the number of childs or levels in the tree.
    Attached Files Attached Files

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Tree Collection

    Nice code, I have a new application that I might be able to use your class, thanks!!!
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  3. #3

    Thread Starter
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Tree Collection

    Great if it is useful, tell me if you find something that is missing or that could be added and I'll see if it is worth to add

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