G Guest Mar 16, 2005 #1 How does one go about saving a bitmap image that is stored in an image datatype field in a dataset to a bmp file using the CF?
How does one go about saving a bitmap image that is stored in an image datatype field in a dataset to a bmp file using the CF?
I Ilya Tumanov [MS] Mar 16, 2005 #2 Just open a file stream and write byte array to it. FileStream.Write() should do. Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. --------------------
Just open a file stream and write byte array to it. FileStream.Write() should do. Best regards, Ilya This posting is provided "AS IS" with no warranties, and confers no rights. --------------------