views:

282

answers:

2

I'm looking to integrate a file browser that given a directory uses this as a root (can't go any deeper).

I've used the System.Windows.Forms.WebBrowser control with some Button controls to support directory navigation (which disables when you hit the root).

It works great except when the window is large it provides a properties bar on the left side that I don't want shown. I don't see any properties of the Browser object that does this.

link text

Does anyone know how to remove this or know of another easy way to pull this off?

Thanks!

A: 

Have a look at this FileBrowser, there are many configuration options
Hide the left pane and the back button ;-)

Peter Gfader