G
Guest
Hi
I need to save lots of images on potentially very large database. Therefore the storage space is very crucial. I need what is most compact way to save an image. Currently I am using something like thi
Thanks in advanc
A
dim IoImageValue() As Byt
….get the bytes from InkPictureBox control
myDataRow("Graph") = IoImageValu
I need to save lots of images on potentially very large database. Therefore the storage space is very crucial. I need what is most compact way to save an image. Currently I am using something like thi
Thanks in advanc
A
dim IoImageValue() As Byt
….get the bytes from InkPictureBox control
myDataRow("Graph") = IoImageValu