[delphizip] Re: Icons for zipped files

  • From: lbrown@xxxxxxxxx
  • To: delphizip@xxxxxxxxxxxxx
  • Date: Tue, 10 Sep 2002 11:06:29 -0400

Get this great component by Brad Stowers...
A component to extend the TImageList so that it gives access to the system 
image list. That's the image list that has all the icons for the various 
file types that Explorer uses. 
http://www.torry.net/vcl/graphics/other/sysimglist.zip

Then in your FillZipView code set the listview items imageindex based on 
the caption like this:

ImageIndex := imgSystem.GetImageIndex(Caption, false, false, []);

I used this in my Zip app and it works great.

Leon Brown


Other related posts: