Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview Control - specifying children with grand-childr
Message
 
To
12/04/2002 05:40:07
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00644117
Message ID:
00644160
Views:
11
Here's some debug... If it's exactly with your amendments...

TOP NODE
Group = System
Name = System
Added - myTree.Nodes.Add(, , _1_System, System, strGraphic)
CHILD NODE
Group = System
Name = Exit
Here's where it's trying to add the next node but failing

If I just include your code amendements on the child node creator...


TOP NODE
Group = System
Name = System
Added - myTree.Nodes.Add(, , System, System, strGraphic)
CHILD NODE
Group = System
Name = Exit
Added - myTree.Nodes.Add(System, tvwChild, _2_Exit, Exit, strGraphic)
CHILD NODE
Group = System
Name = Help
Added - myTree.Nodes.Add(System, tvwChild, _3_Help, Help, strGraphic)
CHILD NODE
Group = Help
Name = Help Files

It gets a little further

Don't know if this helps - I am trying to get my head around it!!!
Chris Maiden
Email
Web
Previous
Reply
Map
View

Click here to load this message in the networking platform