reads headers and tags
loads them into a list box
opens ce or pc
However, I cant figure out how to put the tags into a tree view.
Im loading the tags by doing a loop where it reads one tag each time around, setting variables for the tag classes, meta offsets, name, etc., and i put the tags into the listbox by simply telling it to add the primary tagclass and name at the end of each loop.
Am i on the right track to putting them into a tree view?
Also, I'm not sure how to store the information from each tag. What I'm looking for is this: loading the tags into a tree view, then when you click on one, it displays some of the info i read earlier, like the classes, offsets, and such
I'm using vb, but you don't need to give me code, just the idea of what to do
here's what i have so far:

Any help is much appreciated!