Click here to Skip to main content
16,016,759 members

Comments by imran.mm7 (Top 1 by date)

imran.mm7 10-Oct-12 7:14am View    
Thanks for your reply, I understand the first part of your solution where you propose to read the xml file and extract the information to a treeview Control.

Second part of your solution suggests to read the collection of nodes and use the ImageList control to add specific images (at-least what i think).

but here is my problem again, hopefully this time its not vague.

I can read the xml file, I can use the treeview control and put the information from xml file into parent and child nodes and the tree is populated.

The second step is to draw this tree in visual shape. e.g., Using a drawing control. but simple drawing does not help. let me explain it further. once i get the information from xml file and populate the tree. I want to print the tree in graphical shape where i can click the individual elements of the graph (e.g. triangle or button) and when i click it i would like to open a dialogue box or something which shows further semantic information about the element. I am looking forward if there is any control which let me draw the tree in graphical shape and let me select the individual items.

thanks in advance