hi,

i try to use XBPSYSCLR_TRANSPARENT with Listview from MsComCtl.OCX.

Listview does have Methode :ForeColor and :BackColor.
Both work fine with GRA_CLR_* > 0, but fail with XBPSYSCLR_TRANSPARENT


after searching i found in some VB/ C# Forum
#define CLR_NONE  0xFFFFFFFF

which seem to work using
SendMessageA(hList,LVM_SETTEXTBKCOLOR , 0, CLR_NONE )
and
SendMessageA(hList,LVM_SETBKCOLOR     , 0, CLR_NONE )


so why does XBPSYSCLR_TRANSPARENT fail, but CLR_NONE work ?

greetings by OHR
Jimmy