A
Armin Zingler
QT said:Dear Sirs,
I have a database table which has 4 column such as
Document Name
Subpart
Title
I want to make a treeview like this
+ Document Name
+Subpart
-Tittle
I try several way but I can not add child nodes after adding document
names. Where can I find good explanation?
Best Regrads
Write a recursive procdedure. Pass a System.Windows.Forms.TreeNodeCollection
collection to the sub. Calling the sub the first time, pass treeview1.nodes.
Within the procedure, add a node and call the procedure passing the node's
Nodes collection.
http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconCreatingRecursiveProcedures.asp