Dec 13th, 1999, 02:02 AM
Somebody please help!
I'm trying to construct knockout tournament. I need to be able to enter the number of competitors and then I want the computer to give me a preview of how the tree will look.
Do i need some special control or can it be done by just printing lines?
Also, i'm using a tree view control. When i am trying to retrieve information i use .Next to go through the list eg.TreeView1.Nodes(n).Child.Next.Next.
How do i make the number of .Next's, on the end of this statement, a variable so i can put this in a For Next loop.
I would be very grateful for a reply to either of these queries.
I'm trying to construct knockout tournament. I need to be able to enter the number of competitors and then I want the computer to give me a preview of how the tree will look.
Do i need some special control or can it be done by just printing lines?
Also, i'm using a tree view control. When i am trying to retrieve information i use .Next to go through the list eg.TreeView1.Nodes(n).Child.Next.Next.
How do i make the number of .Next's, on the end of this statement, a variable so i can put this in a For Next loop.
I would be very grateful for a reply to either of these queries.