All I want to do is save a bitmap as a JPEG file.
I am using the compact framework (2003).
bitmap.save and picturebox.image.save don't seem to be available.
Any Ideas would be gratefully received.
Thanks in advance.
Printable View
All I want to do is save a bitmap as a JPEG file.
I am using the compact framework (2003).
bitmap.save and picturebox.image.save don't seem to be available.
Any Ideas would be gratefully received.
Thanks in advance.
Is this .Net 1.1? If so, I wrote a small scrible program but I was never able to find a way to save it as a bitmap. This was the only thing I ever found on the subject
The Bitmap.Save method is supported in the CF 2.0. I guess it was considered a deficiency in CF 1.1 important enough to address.
I guess i'm going to have to load 2005. I was hoping to put it off until after the first service pack.
Can I have 2005 and 2003 on same PC?
(not that I don't trust Microsoft to produce reliable bug free code!)
thanks to both of you for your help.
Yes you can.Quote:
Originally Posted by grahamxyz
thanks again and wish me luck with 2005.