WyoProgrammer
Technical User
I have a recipe program that I would like to export the recipe file to a thumbdrive using a common dialog box. I have done some research and know I need to use commondialog1.showsave which brings up the window where one can select the thumbdrive but not sure how to actually do the save. I also discovered that the name of the file can be placed in the save as box by the commond commondialog1.filename = "Recipes". Any help or directions would be appreciated.