
setting text and background colors for a control
Hi Russell,
That would depend a great deal on the control. You can
set your default dialog fore/back colors in your InitApp()
area 'SetDialogBkColor(rgb,rgb)', and for particular
controls, you'll have to override their drawing routines
and set the colors on their DCs. Hope that helps.
Frank
Quote:
>-----Original Message-----
>How do you get the colors set in a control for the text
>and background?
>.