I want to export my database file using SaveFileDialog. This database file is working in the background. It is not seen when the program is running.
From the SaveFileDialog, I can only set the destination of the file to be saved, right?
How can I set the source of the file to be saved?
Can I do it on the SaveFileDialog's property window?
Please guide. Thank you.
