Saving file dialog

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I am using an open file dialog which allows me to select a file to open.
This is all great. But it does not allow me to give a filename and select
folder to save the file to if the file does not already exist. How can I
implement save file functionality?

Thanks

Regards
 
John said:
Hi

I am using an open file dialog which allows me to select a file to open.
This is all great. But it does not allow me to give a filename and select
folder to save the file to if the file does not already exist. How can I
implement save file functionality?

Thanks

Regards

Use the FileSaveDialog

LS
 
Back
Top