Hi,
I make a program to search images, I want to add an Image to an item from ListView.
How can I do?
I make an example: http://imgur.com/PO5zwlZ
Thank you, Nawiy0.
(Sorry, i'm French and my English is bad.)
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Hi Nawiy0,
here is a small implementation, it basically uses a custom service that services the results (SearchFlicker in this case) and a Downloading mechanisme that uses the HttpWebRequest / HttpWebResponse method (that would be the HttpDownload class)
It then adds the images to an imagelist, which is attached to the ListView.
Here is a small screenshot
i.imgur.com/yUJWRDi.jpg
and the code of the mainform