System.Drawing.Bitmap.save fails on win CE 5.0 Pro

  • Thread starter Thread starter stranigiorni
  • Start date Start date
S

stranigiorni

hi, i develop applications with VB2005 cf2.0 and this statements:

Private X As System.Drawing.Bitmap
X.Save(<filename>, System.Drawing.Imaging.ImageFormat.jpg)

usually runs ok on symbol mc70 - win mobile 5, but returns an error on
MC3000 - win CE 5.0 Professional ...

mc3000 accept only System.Drawing.Imaging.ImageFormat.BMP !!

do you have any idea or suggestions?

thank you
MG
 
The jpg compression codec is evidently missing from the device's CE build.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top