tpngimagelist

How to improve the load time of Delphi TPngImageList (or TImageList)

Hi, I'm using a set of around 100 icons in my application, these are accessed using fixed refrence numbers and these numbers are also made available for the user to choose an icon. The three resolutions that are required are 16x16, 32x32 and 48x48. Each of these resolutions are held in a TPngImageList and I've created an 'icon library' u...

Delphi7 CustomImageList problem

Hello all! I've run into the following problem: My Delphi7 program runs smoothly on most computers running WinXP/Vista/7 BUT on some older Windows XP installs (only a few) I'm getting the following problem: I have a system image list, and I'm adding my own icons to a copy of the system image list. Upon adding my icons I get an "Invali...