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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -