How to add > 1 picture to each row of a listbox?

Hello all,

Can anyone suggest a method to add > 1 pictures to a listbox? Currently I use the RowPicture method which places a picture in the first cell on the left side. I need to add other pictures in some, but not all cells on each row.

Ideas or sample code would be appreciated!
Thanks,
Tim

use DRAWPICTURE in the CELLBACKGROUNDPAINT event

Wow Dave!
You posted a reply in less than a second after I posted the question!

Thanks for the reply. I shall try that!

Tim