Network explorer...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to build an application that allows the user to select folders from any number of drives located on any number of servers on a network. In effect, I am trying to mimic the functionality of the Windows Explorer in being able to expand the "My Network Places", "Entire Network", and "Microsoft Windows Network" to select folders. My question is how can I achieve this in C# to build an equivalent treeview?, or is the windows explorer functionality available through C#

Many thanks
Steve
 
Just read your post and wondered if you figured out how to make your
network explorer. I need to be able to do about the same thing and
would be very happy to hear what you've learned. Thanks.

Joseph
Steve Randallwrote:
I need to build an application that allows the user to select folders
from any number of drives located on any number of servers on a
network. In effect, I am trying to mimic the functionality of the
Windows Explorer in being able to expand the "My Network Places",
"Entire Network", and "Microsoft Windows Network" to select folders.
My question is how can I achieve this in C# to build an equivalent
treeview?, or is the windows explorer functionality available through
C#?
 
Back
Top