Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Treeview


Message #1 by "Fredrik" <fredrik.flyghed@o...> on Mon, 30 Oct 2000 11:34:26 -0000
Hi everyone.
I have two textfiles with nodes that I want to put into a treeview object.
Structure as below:

001Text 'Text in first node
003001 'This indicates that this node is toplevel
999 'This indicates end of node

001Text 'Text in second node
003001001 'This indicates that this node is on the second level
999 ''This indicates end of node

Q1: Any suggestions in how to put this into treeview object ?

Q2: How can I compare two files and write the differences into a new file
?

Thanks in advance / Fred

  Return to Index