|
Subject:
|
Treeview Control
|
|
Posted By:
|
Casanova1
|
Post Date:
|
1/8/2004 3:27:21 PM
|
Ok, firstly i'm a beginnig with vb.net and i have a problem with the treeview control. Basically when i click a node on the tree view with the imageIndex(3) another form with a textbox and add_button appears (which work alright so far). So when i add an integer values into the textbox. i need code that when i click on the add_button the integer values in textbox and all individual treepath would be saved in a xml file ...
i.e
<transaction><integer>5</integer><node>pet<node><Path><Component>city</Component><Component>house</Component><Component>pet</Component></Path></transaction>
city - parent node house - child node of city pet - child node of house
Andre
Thanks
|
|