From: Diego F. on
Hi again.

Is it possible to insert an image in a ImageList object in a specific
position?

Something like ImageList1.Images[3] = Image

I mean, any kind of InsertAtPostition method for ImageList?

--

Regards,

Diego F.



From: Leo W. on


"Diego F." wrote:

> Hi again.
>
> Is it possible to insert an image in a ImageList object in a specific
> position?
>
> Something like ImageList1.Images[3] = Image
>
> I mean, any kind of InsertAtPostition method for ImageList?
>
> --
>
> Regards,
>
> Diego F.

Hi,

I don't know if this is what you want, but this is what I do:

" myImgList.Images.Item(index) = yourimage"

Regards,

Leo