Imports System.IO
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
System.IO.File.WriteAllBytes("e:\", My.Resources.file.exe)
End Sub
End Class
but alwys i get thie error access to the path e:\ is denied
but the hard drive is accessable ,
so how i copy a fil from resource to a a disk drive like F:\ /