المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : New Button in SaveFileDialog



C# Programming
05-23-2013, 01:22 AM
Hi,

I need an additional button including a handler in a System.Windows.Forms.SaveFileDialog() to do customized processing instead of a "Save" as implemented by default. To complicate matters, this dialog is opened from within WPF since WPF itself lacks such dialog.

What are the pieces needed to implement such custom SaveFileDialog(), please?

Thank you!!