drives in treeview

mohammad_b_yahya

New member
Joined
Dec 7, 2006
Messages
3
Programming Experience
1-3
hello;

anyone can help ,?
i wanna make treeview that load logical drives in my pc , how can i load or manipulate the tree to show my logical drives when in i open my application ?
thanks
 
How was this in any way related to Windows Services? Thread was moved to Treeview forum.

You can get the drives in .Net 1.1 with Scripting.FileSystemObject, see example, or WMI.

Adding a node to Treeview is done with TreeView1.Nodes.Add method.
 
Back
Top