Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello

I'm looking if there is a "class", "method" that allows me to display as a navigation pane in windows explorer in my application (C# and WPF uner VisualStudio2008).

Finding nothing I coded everything by hand in a TreeView with analysis of records and routing node, redrawn and assigned icons of folders and files according to the extensions, blah blah ....

In short, very long encoding for a load of the application of 10 seconds time to handle all this ...

This has the aventage to teach me a bit of C #. but there 's an easier way?

There is indeed a "SaveFileDialog" or "OpenFileDialog"

Thank you
Posted

1 solution

You're looking for the WebBrowser control.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900