| On Win9x-family machines the list are automatically filled, however the NT operates with separate system icon lists for each process. The icon list are populated (new icons being added to it) every time when you access some object which has an icon (file, folder, drive etc). You can see how that list populated even at design-time. Drop the acSystemImageList on your form, connect it with some ListView as LargeIcons property and create some fake list items. Then try to browse the disk with "File | Open", and you will see how the list grows.
|