-
can someone please help me???????
i put a treemenu into my project (this is a treemenu form a ocx called microsoft windows common controls 6.0 -mscomctl.ocx) but i don't know how to add items the the list and make other nodes etc.
this has been bugging me for some time.
if it's important:
my version of vb is vb 5 enterprise edition
os: windows 98
thank you
-
I once had the same problem.
Code:
Set NodX as Node
Set NodX = TreeView1.Nodes.Add("All Your Properties")
'Repeat Until You have all your nodes
Cut and Paste into where you want to put the code.
-
I Have a small program
I Have a small program that can be used to add and remove nodes. If you want I can send it to you.