InsertAt example for Visual Basic
'load an image
LEADRasterIO1.Load LEADRaster1, "v:\images\eagle.cmp", 0, 0, 1
'insert it into the ImageList control as the fourth item (after 3)
LEADImgList1.InsertAt LEADRaster1.Bitmap, "test2", 1, 3