Hi, I have added a SaveFileDialog to my project, to enable users to choose where they would like to save a txt file.
I am using the Filter property to enable saving the file as a txt document, but when I run the project and the SaveFileDialog appears, the 'save as type' is blank. How can I get it to show .txt in here?
this is what I am using in the properties of the SaveFileDialog I have added to my project:
Filter ---- "txt files (*.txt)|*.txt"