Treeview Control and Xml
Ok, firstly i'm havin 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
|