Is it possible to display in image in a listView box? I'm working on a link checker all the links on a webpage are put in a listView box. Right now I just have the words "Good" and "Bad" by each link and would like to put an image next to the link instead. Is this even possible? I messed around with an imageList for a little bit but didn't get anywhere with that. I created the .bmp images in Visual Studio and are in my Solution Explorer with the rest of my files.

Recommended Answers

All 2 Replies

You can indeed - in fact this was covered in a similar question in this forum recently.

You need to override the drawing and draw it in yourself (the discussion was about dataviews but the prinicpal is always the same)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.