Insert example for C++ 5.0 and later

   //load an image
   theApp.m_pRasterIO->Load (theApp.m_pRaster, "v:\\images\\eagle.cmp", 0, 0, 1);
   //insert it into the ImageList control
   m_LEADImageList.Insert(theApp.m_pRaster->Bitmap, "testing", 1);
   m_LEADImageList.EnsureVisible(m_LEADImageList.GetCount() - 1);