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

Re: System.Drawing.Bitmap.save fails on win CE 5.0 Pro by ctacke/>

ctacke/>
Wed Jan 23 09:00:17 CST 2008

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


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com



"stranigiorni" <mgabella@gmail.com> wrote in message
news:2afa0d5e-9c15-4a52-976e-405e50ef8435@d70g2000hsb.googlegroups.com...
> 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



Re: System.Drawing.Bitmap.save fails on win CE 5.0 Pro by stranigiorni

stranigiorni
Fri Jan 25 05:31:20 CST 2008

that's interesting...
thanks
mg