Download File in vb.net desktop Application -


can me on how can download file form computer , save computer..

not sure want download or from, i'm guessing you're looking download website local file , if so, @ webclient.downloadfile. see http://msdn.microsoft.com/en-us/library/system.net.webclient.downloadfile%28vs.80%29.aspx more info.

otherwise, if mean copying files in local network, can use file.copy. http://msdn.microsoft.com/en-us/library/system.io.file.copy.aspx


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -