treeview query

ukjock

Active member
Joined
Dec 10, 2003
Messages
35
Location
Scotland
I have a treeview wihich is a mini explorer, which will display any drive, and its directories, as long as its mapped:

Code:
            oNode.Text = "c:"
            TreeView1.Nodes.Add(oNode)
            oNode.Nodes.Add("")

I have tried to make this view a network, but with no luck.

Any ideas on how to achive this?

regards

Chris
 


Write your reply...
Back
Top