Hello to all !
I have included to my HTML page a MS TreeView Control.
And when i wanted to add some nodes to it, using VBScript:
.....................
myNode=TreeView1.Nodes.Add("A",twnChild,"AA","[1.1]")
....................
Not working flag "twnChild". And all nodes goes to zero level as simple ListBox.
It strange? becouse pure VB can add nodes into different nodes.
How can i fix my problem?