|
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 |