The following code is used to load into a PictureBox using WIA:
Is there a reverse option to load an image from a PictureBox into a WIA.ImageFile?
Code:
Dim Img 'As ImageFile
Set Img = CreateObject("WIA.ImageFile")
Img.LoadFile "C:\Bliss.bmp"
Picture1.Picture = Img.FileData.Picture