Question about ImageList

  • Thread starter Thread starter Diego F.
  • Start date Start date
D

Diego F.

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?
 
Diego F. said:
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
 
Back
Top