Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all visitors
i have problem with write image file to file in vb.net.
i have an image file on D:\images\myimg.jpg and i want to write my image(myimg.jpg) to file using vb.net(i write image file not path of image)
Anybody know to how i can write image to file in vb.net?
Thanks
Posted

U need to Use System.IO.ReadAllBytes and System.IO.WriteAllBytes function.

http://msdn.microsoft.com/en-us/library/system.io.file.readallbytes.aspx[^]
 
Share this answer
 
you can see this links
Click
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900