Control

Image List ActiveX control - version 5.0

File

COMCTL32.OCX

Panel control name

ImageList1

Script

Code

Display About box

ImageList1.AboutBox

Add Image

ImageList1.ListImages.Add CInt(&(1:)),,LoadPicture(&(2:))
Parameters:
&(1:)=Integer - Index of image
&(2:)=Varying length character - disk location of image file

Clear

ImageList1.ListImages.Clear

Remove Image

ImageList1.ListImages.Remove CInt(&(1:))
Parameters:
&(1:)=Integer - Index of image