I create the imagelist like this:
Code: Select all
images = ImageList_Create_(16, 16, #ILC_COLOR16, 0, 0)
SendMessage_(ComboBox, #CBEM_SETIMAGELIST, 0, images)
and somehow the pixels which should be transparent are black
As I used this with a ListView Control it was working...
Thanks