Quoteok i found this example in the masm directory how can i change the text and backgroud color?
[...]
.if msg==WM_CTLCOLORLISTBOX
invoke SetTextColor,wparam,text_color ;TextColor
invoke SetBkMode,wparam,TRANSPARENT ;Background of Text or SetBkColor
invoke CreateSolidBrush,background_color ;BackgroundColor of Listbox
ret
[...]