Does anyone know of any good way to make the OpenFileDialog open a directory instead of the file? I've seen it done with many programs, but can't seem to figure it out.

And YES I do know about the FolderBrowserDialog control, but I HATE it's interface, and I want the user to be able to type in the path if they want to.

I've tried making an extended class... but with no luck.

Thanks