[RESOLVED] outOfmemoryException
I wrote a program that needs to show a jpeg image in a picture box whenever a new item is selected from a combo box.
It works fine most of the time, but sometimes throws the out of memory error. Sometimes I can make it through the whole list of pictures, and sometimes I can only make it halfway. The images themselves are all fairly close in size.
Anybody ever have an issue like this?
Re: [RESOLVED] outOfmemoryException
Great, and good to hear the tip. I suspect this is largely a portable problem, where small amounts of memory tax the GC routines. I may make use of that knowledge myself one of these days.