Test Application Icons

Test_Application_Icons.exe is a simple program to check how Windows uses application icons of various sizes. The associated icon resource contains 8 icons in the following order. Unlike normal application icons which are similar in appearance, each of these icons is unique and indicates what size it is.

The basic idea is to place the application in some directory and just try and see which icon is displayed under various conditions.

Basically, running the application places

In Windows Explorer, the following icon sizes are used by the associated view options The other icons were never displayed in Windows XP, except that the AboutBox explicitly requests the 64x64 icon.

This zip file contains both the exe and the associated ico file.

I have additional pages on icons, Creating icons with GIMP, and Application branding.


Application


Code

The code for this is extremely simple. Place, name, and size 8 TImage components - and load the icons. The AboutBox was added and populated by just adding a custom action to the form. It displays the 64x64 image.


Author: Robert Clemenzi
URL: http:// mc-computing.com / Tools / Test_Application_Icons.html