G
Guest
Hi, I'm trying to load images from file using Bitmap class.
My code is like the following:
Bitmap myBmp = new Bitmap(sImageFileName);
I get ArgumentException error when I try to load PNG or BMP files. I get the
same error for a JPEG image while for another JPEG image I don't get any
error.
Which is the problem ? Has CF some limits ?
Thank you for your help.
My code is like the following:
Bitmap myBmp = new Bitmap(sImageFileName);
I get ArgumentException error when I try to load PNG or BMP files. I get the
same error for a JPEG image while for another JPEG image I don't get any
error.
Which is the problem ? Has CF some limits ?
Thank you for your help.