vote up 0 vote down star

I want to insert a image in the ImageList at the specified index or you can say that replace the existing image at the perticular index but the Add method can'nt able to resolve this issue ,

imageList.Images.Add("w",Image.FromFile("C:\Folder.jpg"));

Or,

imageList.Images[listView1.SelectedItems[0].Index]. ????

what can i do????

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.