Structure Tree Dynamically from XML

asn1981

Active member
Joined
Mar 15, 2005
Messages
38
Programming Experience
Beginner
Hi
what i wish to do is dynamcially create a heierarchical structure tree for example for a companies employees which is to be read from a XML file

the xml file and the contents can be read fine

but due to my limited .net knowledge i however have no idea how i should draw this hierarchy on the form from the xml
would anyone have any ideas or suggestions how i should proceed.
 
sevenhalo said:
Treeviews are always a nice way to display XML files.

Side Note: (My opinions the same for vbforums.com also)

i dont want to construct a treeview from the XML
this is because the child nodes are added to the right of the parent node

however a company structure chart (similar to a treeview) goes from the top down with for example the CEO at the top

i need to construct this dynamically from the xml file i have
 
Back
Top