View Single Post
  #4 (permalink)  
Old 08-05-2008, 03:34 AM
tcgoh tcgoh is offline
Junior Member
 
Join Date: May 2007
Posts: 29
Default

[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
Reply With Quote