how to use treeview in VB.NET?
'node
Dim nod As Node
Set nod = TreeView1.Nodes.Add(, , "root", "Customers", "msn")
nod.Expanded = True
I tried this code but it already doesn't work in VB.NET.
Kindly help me?
|
Results 1 to 4 of 4
Thread: TreeviewThreaded View
|
Click Here to Expand Forum to Full Width |