vb.net - download a file to project resources -
i use visual basic 2008. hello possible download file directly project resources, or import file resources on running vb 2008 application.
for example
have : www.example.com/file.ext
, want download it, not c:\ or c:\ drives, my.resources.file... possible?
thank you
this isn’t possible. resources in program fixed: once program running, cannot modify resources.
apart can use webclient.downloaddata method download data variable without saving disc.
Comments
Post a Comment