Results 1 to 15 of 15

Thread: [HELP]Save From Resource File

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    106

    Angry [HELP]Save From Resource File

    Hey ive been look for a code like this for so long
    here is a fake code i want u to translate to vb2008
    Code:
    File.save("C:/Pathway/") from my.resource.MYFILE.exe
    please help me out i wanta save a exe file

    [SOLVED] {THANKS JMCHILHINNEY!!!!!!! (<----<3 this guy) + Watson123 + minitech
    (Add to references)
    Dim b() As Byte = My.Resource.myfile 'Name of file in resources
    IO.File.WriteAllBytes("location of your file",b)
    Last edited by LoGiCAnti; Apr 22nd, 2010 at 09:41 PM. Reason: solved

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width