Question Installing File From Resources

griffithdesign

Active member
Joined
Sep 17, 2008
Messages
34
Programming Experience
Beginner
I am going to be making a program where you can click on the buttons to download a file to the desktop. I will be having .swf files inside the resources and I need them to be downloaded onto the desktop by clicking a button. Dose anyone know the code, I looked on Google but then it just started going downhill. Well thank you.

:cool:
 
VB.NET:
My.Computer.FileSystem.WriteAllBytes("filepath",My.Resources.filename,False)
i hope this is what you are looking for.
 
Back
Top