I’m using a savefiledialog to save files, but i don’t want the user to be able to change the text in the filename field. My previous form shows them how the file(s) will be named. Is it possible to make the textbox uneditable? Or is my best choice just to make my own form that just allows the user to set a save directory?
Thanks!
A
FolderBrowserDialogis probably a better choice.