I asked this half an hour ago, but I then deleted it as I thought I had found the answer at :
http://www.vbsquare.com/tips/tip289.html
But it doesn't quite give me what I want.....

I have a listbox with a list of files in it.
I need to add the icon of the file into the front of the list box. The icon being based on the file type, e.g. .DOC, .XLS, .MSG, .TXT, .EXE etc.

The code referenced above adds the icon into a picture box - but I can't do a ListBox.AddItem to get it into the listbox.

Thanks for any help,

Chris