Thumbnails

  • Thread starter Thread starter Timothy Taylor
  • Start date Start date
T

Timothy Taylor

Hello,

I am trying to do thumbnails. I can load in to a ListView control all the
jpg images in a certain folder, using a imagelist control. that's what i
want except that i am loading it into the imagelist directly from the file
itself. This is bad because if it is a folder with a bunch of large images
it takes forever to load up. Isn't there a way to load into a imagelist
just a small version of the picture? There's gotta be a way.

Thanks,

-Tim
 
what about to load them in the background thread and update your display as
your image list grows ?
 
I wrote a software doing this, you can get it at :
www.codeppc.com/dotnet

This is a French site (I'm French), but all the code and
comments are in English.

The source archive contains the software itself (Pex) and
an Add-On library called Addot. The feature you are
looking for is in Addot.

So try it and give me your feedback.

Soon, I will provide a new version, implementing the .Net
Bitmap interface with save and rotation capabilities.
 
Back
Top