Derek
February 23rd, 2000, 04:58 AM
Hi,
I have a treeview and a textbox so whatever is the selected item in the treeview is displayed in the textbox. But it skips a selected item ad shows the next one in the textbox. It shows every alternate selected item.How do i get rid of this.
My next problem is that i cannot assign an image to the treeview nodes even after choosing an image list and mentioning the tag/key in the treeview code.........
Dim oNode as node
Set oNode=treeview1.nodes.add(, , "Name","Something","ImgName",TagName)
Is this right? And if it is wrong then can someone please tell me how to assign an image to the treeview nodes. Thanks in advance,
Derek
I have a treeview and a textbox so whatever is the selected item in the treeview is displayed in the textbox. But it skips a selected item ad shows the next one in the textbox. It shows every alternate selected item.How do i get rid of this.
My next problem is that i cannot assign an image to the treeview nodes even after choosing an image list and mentioning the tag/key in the treeview code.........
Dim oNode as node
Set oNode=treeview1.nodes.add(, , "Name","Something","ImgName",TagName)
Is this right? And if it is wrong then can someone please tell me how to assign an image to the treeview nodes. Thanks in advance,
Derek