Originally posted by kapy13 Is it possible to display images in a listbox?
Well, images: yes, Images: no. The Listbox supports only Icon objects, not Image objects. An Icon object contains a bitmap and the transparency mask for that bitmap. With the present API the only way to create Icon objects is to load them from MBM files. Creating Icon objects from Images may be possible in a future version.