I have some problems with the "SaveFileDlg".
The dialogwindow appears and I can choose a savepath and -name. But there is no file created, but a link-up in my "recent"-folder.
I believe that all the save file dialog does is enable you to get a path and filename from a user. You then have to write the code that saves the file yourself.
just to clarify:
Common dialogs allows you to get the path and filename to open/save files and nothing more.
As PTFlea suggest, you have to write the code to save data to a file by yourself.
You see, Common dialog is not smart enought to know which type of file you want to save and what it would contents or how to open it and where to display the contents of the file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.