Look at the WM_NCxxxxxxx (non client) message handlers.
You may need to get rid of the standard border and draw your own.
Richard
Quote:
> I want to change to color of the border of my dialog
> (derived from CDialog).
> ::SetSysColors is not an option, since it changes the colors for the
> whole
> system and not only for one dialog instance.
> Any hints ??
> TIA
> Carsten
> --