1
« en: Miércoles 25 de Abril de 2007, 00:53 »
Hola, tengo que cargar 16 images con una misma imagen, mi codigo es el siguiente:
ImageList1.GetBitmap(0,Image1.Picture.Bitmap);
ImageList1.GetBitmap(0,Image2.Picture.Bitmap);
ImageList1.GetBitmap(0,Image3.Picture.Bitmap);
..........
y asi hasta el
ImageList1.GetBitmap(0,Image18.Picture.Bitmap);
mi pregunta es si se puede hacer de alguna manera mas sencilla (usando un for) ya que de esta forma me dicen que es ineficiente, que deberia hacerlo en menos lineas, muchas gracias por su ayuda