Hey ive been look for a code like this for so long
here is a fake code i want u to translate to vb2008
please help me out i wanta save a exe fileCode:File.save("C:/Pathway/") from my.resource.MYFILE.exe
[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)




Reply With Quote
