Hi, I would like to save an image from PictureBox or ImageBox or any other IPictureDisp control to a file (binary - bmp;jpg...). Is it possible?
------------------
Thanks,
John, 14 years old
Printable View
Hi, I would like to save an image from PictureBox or ImageBox or any other IPictureDisp control to a file (binary - bmp;jpg...). Is it possible?
------------------
Thanks,
John, 14 years old
Try this:
[CODE]SavePicture Picture1.Picture, "C:\My Documents\Picture.jpg"[\CODE]
------------------
Andrew Nerney
Hapless Programmer
[email protected]
[This message has been edited by DrewDog_21 (edited 02-13-2000).]