Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 May : hooking events of an object by handle in delphi
| Subject: | hooking events of an object by handle in delphi |
| Posted by: | "kemal" (kemal.gul..@hotmail.com) |
| Date: | Sat, 31 May 2008 14:15:44 |
is it possible to hook an external windowtext whenever it is changed ?
I wantto trigger something whenever a windowtext(which is in external
application's window)
WM_GETTEXT I can get clearly with this number.its okay.
but also I dont wantto use a timer to get updated texts from that external
application.
I just wantto hook an external applications log window text in to my
application.
any clue ?
thanks.