简体   繁体   中英

Saving a downloaded file into resources VB.NET

Is it possible to download a file using webclient and save it into my application resources? something Like,

  Dim w As WebClient = New WebClient  
w.DownloadFile("url", *to my resources* )

Understood. it is not possible (if any one looking for this)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM