Hi Tim,
Based on my understanding, you are trying to create a custom file browser
to replace the standard common file dialogs in C#/WPF. Although this is not
recommended, to be able to enumerate the contents in those special folders
like Network, we will need to use the shell interfaces to do this.
Here's some third party sample code in VB.NET doing this:
CodeProject: An All VB.NET Explorer Tree Control with ImageList Management.
Free source code and programming help
(
http://www.codeproject.com/KB/cpp/VbNetExpTree.aspx)
Regards,
Walter Wang ((E-Mail Removed), remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.