Windows Develop Bookmark and Share   
 index > Windows Forms General > Custom SaveFileDialog
 

Custom SaveFileDialog

Hi,

I have and application that can save the same data in both binary or ASCII, this work well.

but what I don't really like it's that I actually use to different button to save in my application. What I wish is to use a single SaveFileDialog and extend it to add two checkbox in it, one for ASCII and one for binary. After that, the application can use the rigth function to save the data.

Is it possible to extend the SaveFileDialog to have this behavior? Where I should start looking to do that? I already search, but I can't figure out where I can start.

Thanks

SL 
MigrationUser 1  Friday, April 08, 2005 10:30 AM
This link might be useful:

http://msdn.microsoft.com/smartclient/default.aspx?pull=/library/en-us/dnwinforms/html/extensibledialogs.asp

Tony
MigrationUser 1  Friday, April 08, 2005 2:52 PM
dmihailescu  Monday, September 21, 2009 3:23 PM

You can use google to search for other answers

Custom Search

More Threads

• Excel Range
• Anyone got any nice Controls to add to toolbox in your designer???? I found one....
• How to read Window Adders Book (WAP) file of Outlook Express in C#.Net ?
• What is the difference in "Windows XP" and "Windows Classic" theme? (from programming aspect)
• ToolStripContainer and MDI
• Reusing SysIPAddress32 in WinForms, problem in Win2K
• Window Inheritance
• Where is the source of the problem in an overflow exception
• Change the selection color in ComboBox
• Displaying a textbox over a picturebox