Not working "twnChild" in VBScript??
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?
Great,All working with "4" BUT....
Hi, SurenderMonkey, thanks for your help,
All woks great,
But i have another one question for you:
I have HTML page with 2 view devided by the splitter.
On my left view i have TreeView control, and on my right view a simple HTML page.
How i can resize my TreeView Control during resizing my Left View of framed HTML Page?
Problem in that metods like: TreeView1.height,width,left,right not working.
How fix this problem?