| Subject: Custom file browser |
| Group: microsoft.public.dotnet.general,microsoft.public.windows.developer.winfx.avalon |
| Date: 1/29/2008 5:44:19 AM |
| From: "Tim Haughton" [Email Address Protection] |
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 |
| Back |