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
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