Does anyone know how to get the "Browse For Folder" dialog to show up using C#, and give me back the path upon dismissal. I tried adding a reference to Shell32.dll and using the "ShellClass" class to call "BrowseForDialog(...)". This works to display the dialog, but it returns a Shell32.Folder object, and I have no idea how to get the path from that. If anyone has any ideas, I would sure appreciate some help. thanks