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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -