Possible Duplicate:
Customizing OpenFileDialog in .Net
I need some extra information, such as formatting, when opening/saving files. This cannot be deduced from the file's name and extension. I would like to put a ComboBox with the supported formats right into the Microsoft.Win32.OpenFile/SaveFile dialogs. How can I do this without re-creating the dialogs from scratch?