[quote=specci48;15555]To preselect a filename in the savedialog you have to define the file property of the savedialog before showing it, e.g.:
Code:
SaveDialog1.File = AppPath & "\test.txt"
SaveDialog1.Show
Hi specci48 and Erel
Thanks for the code and help. The Savedialog1.file=AppPath &"\test.txt" helps, but the "text.txt" file in the "file name: box"(see attached jpg) is NOT SAVING to any directory? I don't understand why?
save dir.jpg
Thanks