Saving Image from dataset to file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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.
--------------------
 
Back
Top