T
Tim Haughton
In a styled WPF application, I need to write a custom file browser in
C#/WPF. As it is styled differently to generic Windows apps, I cannot use
the standard open file dialogs.
Writing a tree or breadcrumb is easy enough when it just needs to browse
physical local drives. But how do I browse the machine and networks using
the namespaces like Desktop, Network, Public etc.? I can write namespace
extensions fine, it's just the viewer side I'm stuck on.
Cheers,
Tim
C#/WPF. As it is styled differently to generic Windows apps, I cannot use
the standard open file dialogs.
Writing a tree or breadcrumb is easy enough when it just needs to browse
physical local drives. But how do I browse the machine and networks using
the namespaces like Desktop, Network, Public etc.? I can write namespace
extensions fine, it's just the viewer side I'm stuck on.
Cheers,
Tim