Hello,
I have a Problem, showing a Combobox on a Folder-Gradient-Background
using Function Gradientbrush ( needed for Gradient-painting on Folders ).
Normal Brush and Image works.
To define a Background-color, I tested :
oCbx:nClrText := 0 // Black
oCbx:nClrPane := 16777215 // White Background
and
oCbx:SetColor( 0, 16777215 )
but does not work ( the Combobox is painted transparent ).
Best Regards
Uwe