Recreate My Network Place
-
Hi, Through "My Network Place" in Windows Exploer, we can see the entire network hierarchy. I am looking for a way to recreate this hierarchy in C# and display it in treeview. I have been seeing lots of examples for Directory, DirectoryInfo class to get local information. But how about network? I appreciate your help!!
-
Hi, Through "My Network Place" in Windows Exploer, we can see the entire network hierarchy. I am looking for a way to recreate this hierarchy in C# and display it in treeview. I have been seeing lots of examples for Directory, DirectoryInfo class to get local information. But how about network? I appreciate your help!!
Actually it is a directory. I don't know what the equivelant in c# is or if there is an equivelant, but in mfc you use the SHGetFolderLocation with CSIDL_NETHOOD to access the NetHood directory.