Customizing OpenFileDialog

Yes, that’s possible, I did the same kind of customization with SaveFileDialog successfully and it’s pretty interesting. Follow the following links: http://www.codeproject.com/KB/dialog/OpenFileDialogEx.aspx http://www.codeproject.com/KB/cs/getsavefilename.aspx http://www.codeproject.com/KB/dialog/CustomizeFileDialog.aspx Also my own questions too will help you: Change default arrangement of Save and Cancel buttons in SaveFileDialog How to stop overwriteprompt when creating SaveFileDialog using GetSaveFileName You have to use … Read more