I want to change the color of the border of a window. Will someone
point me to the a call that will do that?

Thanks,
Jeff

Re: Change Window Border color by Scott

Scott
Tue Apr 19 13:57:44 CDT 2005

Jeff wrote:

> I want to change the color of the border of a window. Will someone
> point me to the a call that will do that?
>
> Thanks,
> Jeff

There is not such a call. If you want to do quite a bit of work you can
handle the WM_NCPAINT and related messages and paint the border yourself.

--
Scott McPhillips [VC++ MVP]