Can i know how to do Insert Image into Database without using openfiledialog in vb.net?
I want to do the function like load the database and show the image on the picture box but the image are already exists in database. i have no ideas to do insert into another database with the image. I mean i just load the image from database and showing in the picture box. after that, i want to insert the same image to another database. I am trying to find the way to do but most of the ways are only using browse by using OpenFiledialog for the image and insert into database. i cant do the way is straight forward to load the image from the database in picture box and click one button and insert the same image to another database.
I need for help please ...