Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Treeview questions

Status
Not open for further replies.

wujen

Programmer
Aug 21, 2001
79
US
Hi,

I'm new using treeviews.
I have a treeview(tvwL1234); I wish to populate it with 4 levels of infomation. I have 4 cmd buttons
(cmdL1; cmdL2; cmd3L and cmdL4) with 4 text field(txtL1; txtL2; txtL3 and txtL4).
I have for 4 nodes as
dim nL1 as node
dim nL2 as node
dim nL3 as node
dim nL4 as node

These are my questions:
1) What I need to know is how to "set" each level to accept new data?
2) If I need to add a new level 2 node for new data how would I do it?(or level 1 3 or 4)
3) How would I save this data directly from the form?

Matt


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top