VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



simple way of using tree view control

by king (24 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Wed 17th March 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

simple way of using tree view control

Rate simple way of using tree view control



this will create the parent node
treeview1.nodes.add "key1",tvwchild,"key2","items1",1
this will create the child nodes . You can add as many child nodes you want but remeber that the relevant key should match
.........................................
the number 1 is the image you like to place in the tree view control
thats it easy
For more suggesstions you can email me on [email protected]


Download this snippet    Add to My Saved Code

simple way of using tree view control Comments

No comments have been posted about simple way of using tree view control. Why not be the first to post a comment about simple way of using tree view control.

Post your comment

Subject:
Message:
0/1000 characters