C
carmen
I'm trying to work with a big bmp file (240.000 bytes) and get an
OutOfMemory exception in this sentence:
Bitmap myBmp = new Bitmap(myFileName);
Is there anything that I could do?
Thank you!
Carmen
OutOfMemory exception in this sentence:
Bitmap myBmp = new Bitmap(myFileName);
Is there anything that I could do?
Thank you!
Carmen