In Visual Studio 2008 there is a folder browser dialog that looks like this (very similar to file open dialog):
Does anyone know how to invoke it from code
Is this the pinvoke of SHBrowseForFolder, with the BIF_NEWDIALOGSTYLE style? If so there is an example on that page.