Home All Groups Group Topic Archive Search About

PictureBox: internal use of thumbnails?

Author
12 Jan 2007 10:50 AM
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?

Author
12 Jan 2007 2:40 PM
<ctacke/>
They do not use Thumbnails, they load the entire bitmap.  Create your own
thumbnails for use.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


Show quote
"cyberco" <cybe***@gmail.com> wrote in message
news:1168599054.749082.139160@q2g2000cwa.googlegroups.com...
> 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?
>

AddThis Social Bookmark Button