ImageList Index


ImageList Control Property Page

vbAccelerator ImageList Control and Class v2.0

As a number of my controls require image list support (Rebar and Toolbar control, Tab Control, S-Grid, Icon Menu Control, ActiveX Popup Menu DLL, Owner Drawn ComboEx Control and the Owner Drawn Combo and List box Control), it was about time I provided an Image List control to support them, so you don't have to distribute 590kb of COMCTL32.OCX just to get images in your app.

  more...


Last Updated: 29 March 2003


System Image List in OwnerDraw File List Box

Using the System Image List with (and without) vbAccelerator Controls

The System Image List is a component provided as part of the Shell, and is capable of drawing all of the icons you see in Explorer. For applications which need to show folders, documents or drives this can be a great alternative to using a real Image List, and using it considerably conserves resources.

  more...


Last Updated: 29 May 1999


Click for Displaying Alpha (32bit) Icons with ImageLists

Displaying Alpha (32bit) Icons with ImageLists

Version 6 of ComCtl32.DLL (shipped with Windows XP) supports icons with alpha channels. This article describes how you can use icons with alpha channels with the vbAccelerator Image Lists.

  more...


Last Updated: 15 January 2002


Click for Custom Drag-Drop Images Using ImageLists

Custom Drag-Drop Images Using ImageLists

The standard VB drag-drop functionality provides a cursor to indicate that a drag-drop function is in progress. This article demonstrates how to add an image of the object being dragged to the drag-drop control, in the same way that Explorer does using the ImageList APIs.

  more...


Last Updated: 19 February 2003