
Placing Images in List Control?
A listbox is not a container object, therefore cannot 'contain' other
controls such as option buttons, checks or bitmaps.
To create a list that appears to contain these, you have to create an
Owner-drawn listbox, where you app is totally responsible for
maintaing the display of all items in the list, and responding to the
scroll, highlight and redraw messages that Windows will send to it.