PictureBox: internal use of thumbnails?

C

cyberco

Using: Windows Mobile 5, .Net CF 2, C#

My Form contains 5 small PictureBoxes, each displaying a large photo
(1600x1200). Since I'm running into memory problems I get the feeling
that each PictureBox keeps the complete photo in memory. Are
PictureBoxes optimized in that they use their own thumbnails? Or should
I create my own thumbnails of the photos and use those?
 
G

Guest

They do not use Thumbnails, they load the entire bitmap. Create your own
thumbnails for use.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top