Results 1 to 1 of 1

Thread: Make a tree view

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2012
    Posts
    2

    Make a tree view

    Hello master,

    I have a trouble using VB. Can you help me how to make a random tree view with a unique structure from database like this for example : (there's some child that came up twice in the tree i.e : 4, 1, 0 and 2)

    5
    | \
    4 3
    | \ | \
    2 1 4 6
    |\ | \ |\ |\
    1 0 0 9 21 52

    Can you help me guys?? So if i picture it in VB will shown like this :

    5
    |_4
    ```|_2
    ``````|_1
    ``````|_0
    ```|_1
    ``````|_0
    ``````|_9
    |_3
    ```|_4
    ``````|_2
    ``````|_1
    ```|_6
    ``````|_5
    ``````|_2

    Please help me thx
    Last edited by gandipk; Feb 26th, 2012 at 11:05 AM.

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