reduce memory usage of pictureboxes

extase

New member
Joined
Jan 2, 2007
Messages
3
Programming Experience
Beginner
Hi!!


I have a lot of pictureboxes in my programm(their amount changes dynamically an can go up to 300 or more) and of course they contain pictures. The pictureboxes are used for preview function which means that the size of each box isn't very big(I think 75;60) and that i used "GetThumbnailImage" to get a smaller version of the picture with low quality. Unfortunately, about 300 previews of pictures use much memory.

So my questin is: Is there way i can to shrink the usage of memory any further??
 
Back
Top