How can an image be added to a list?

I am using a listbox to display the directory of a remote computer using ftp. I am able to determine which files are subdirectories and which ones aren't by the "/" at the end of the file name. I would like to place an image of a folder beside each name in the list that designates a directory or subdirectory. I am not aware of any way to add an image to a listbox or of a control that does allow for a list of images and text combined.

Is there a method to add an image to a listbox or a control that will allow a list of text and images?

Thanks