i would like to change the background color of a folder's subdialogs.
The default color is not suitable for the color of my TsButtons.
Here a picture to see that the button color doesn't harmonize with the background.
I tried with
- Code: Select all Expand view
ACTIVATE DIALOG oDlg;
ON INIT aEval( oFold:aDialogs, { | oD | oD:SetColor( GetSysColor( COLOR_BTNTEXT ), GetSysColor( COLOR_BTNFACE ) ) } )
The use of WindowsXP.Manifest seems to be the cause of not changing colors.
But without this theme all other buttons look very 'vintage' .
Is there a way to get other background colors?
Thanks for every idea in advance.
Detlef