
Changing background color of Dialog Title bar
You have to paint it yourself in OnNcPaint(). Not a trivial task. Examples
are in MSDN, search for ShadeCap.
--
Ajay Kalra [MVP - VC++]
Note: Please post all replies to newsgroup only.
Quote:
> I am able to change background / text colors of the Dialog window. But how
> do you change the Dialog's title text / background colors?