Hello,
I'm using a TreeControl, and after query my db I insert results in treecontrol using:
treeview1.Nodes.Add , , "firstkey", "first"
treeview1.Nodes.Add "firstkey", tvwChild, "childkey", "child"
'treeview1.Nodes.Add "childkey", tvwChild, "child2key", dbresult
but most results arent in treecontrol.....
anyone have any idea???
T.Y.
I'm using a TreeControl, and after query my db I insert results in treecontrol using:
treeview1.Nodes.Add , , "firstkey", "first"
treeview1.Nodes.Add "firstkey", tvwChild, "childkey", "child"
'treeview1.Nodes.Add "childkey", tvwChild, "child2key", dbresult
but most results arent in treecontrol.....
anyone have any idea???
T.Y.