// Load all "Icon" type resources from "explorer.exe"
ImageEnMView1.Clear();
// resource types: ietrIcon, ietrBitmap, ietrGroupIcon, ietrAniIcon, ...
ImageEnMView1.IEMBitmap.LoadFromResource( 'explorer.exe', [ ietrIcon ] );
ImageEnMView1.Update();
The images are all shown with the same thumbnail sizes:
Isn't it possible to show them with their RELATIVE size?
Thank you for this function, which simplifies loading resources and everything.