Dim oParent As Node, oChild As Node
Set oParent = TreeView1.Nodes.Add(, , "ParentKey", "ParentKey")
Set oChild = TreeView1.Nodes.Add(oParent, tvwChild, "ChildKey", "ChildText")
Private Sub TreeView1_NodeClick(ByVal Node As MSComctlLib.Node)
Msgbox Node.FullPath
End Sub
Сейчас этот форум просматривают: Google-бот и гости: 13