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:)) &(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:)) &(1:)=Integer - Index of image |