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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -