Mark,

WM_SETTEXT is sent to change the title of a window.  BTW, if it is a Delphi
app that you are monitoring, you can try to find the class of the window -
it would be the same as the form name.

Dennis.

> Is it possible to monitor/trap a message when a window title changes?
>
> I have an application that I wish to monitor (I'm finding it with
> FindWindow) and want to know when it changes title.  I could do it with a
> TTimer and check it every second but this seems a little wasteful of
> resources (very little resources, but still).
>
> Is there any system WM_MESSAGE or something that gets called whenever a
> window title changes?


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to