From: Diego F. on 4 Apr 2007 12:18 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 7 Apr 2007 00:44 "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
|
Pages: 1 Prev: Could not load type 'Global'. Next: background worker in vb.net 2005 |