saving files to a specific folder in vb.net -
pls working on windows application destop messenger want save file folders music images e.t.c don't know how go please appreciated
in visual studio 2013 can use folderbrowserdialog , dialogresult
messagebox.show("select path", "attention") dim select new folderbrowserdialog() dim resultsel dialogresult = select.showdialog() if not select.selectedpath.equals(string.empty) ' save file end if
Comments
Post a Comment