thanks to pax's and pirates help we can now show all the workgroups and users on a network (see his recent thread)
does anybody know how to get the other items from "my network places"? like mapped internet ftp servers or mapped network drives?
Printable View
thanks to pax's and pirates help we can now show all the workgroups and users on a network (see his recent thread)
does anybody know how to get the other items from "my network places"? like mapped internet ftp servers or mapped network drives?
There is a native .NET control that you have to add to your toolbox that will show network drives called the "DriveListBox". You have to add a reference to it in your customize toolbox options.
is there a way to list them through code?
Hi Marvin.
The Environment.GetLogicalDrives() will also get mapped drives.
I don't know about FTP drives, but I do know that normal mapped drives are returned.
I have several drives like Z: on my work pc where Z: is a shared folder on another PC, and that is returned.