
How can I highlight a window's title bar without setting the focus
There are two ways that spring to mind...
The first is to override the non-client painting of your window, which is a
might bit painful.. There are some good articles within the depths of
http://www.codeguru.com that will help you out on this (look in the 'Misc'
section, subsection 'TitleBar')
A simpler technique may be to investigate the CWnd::FlashWindow() function.
I won't go into how it worjs here, as the docs give a better explanation
than I ever would :-)
--
Mark Webb
Software Engineer, AutoCAD Architectural Desktop
Autodesk, UK
--
All thoughts in this posting are my own, and may not reflect the opinions or
position of Autodesk Inc
--
Quote:
> How can I highlight the title bar of a window, without setting the focus
to
> it ?
> (another window must keep the focus)
> Thanks for the help!
> Werner