Hello Everybody,
I am facing problem to add the below collection to a treeview in vb.net.
Please help!
I am facing problem to add the below collection to a treeview in vb.net.
Code:
Col.Add("C:\Root\")
Col.Add("C:\Root\Child1\")
Col.Add("C:\Root\Child1\GChild1\")
Col.Add("C:\Root2\")
Col.Add("C:\Root2\Child1\")
Col.Add("C:\Root2\Child1\GChild1\")
Col.Add("C:\Root2\Child1\GChild1\GGChild1")
Comment