I need help please, I have a button on my form and when clicked I want to show the save dialog box but I want to have a filter so the file saved can only be .txt also I want to change the default location of the save as dialog, is this possible?
so far I have the following
Dim filesaveas As New SaveFileDialog
filesaveas.Filter = "Text Files|*.txt"
filesaveas.Filter = "C:\Test\"

New Topic/Question
Reply



MultiQuote



|