Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 May : detect window opening ?
| Subject: | detect window opening ? |
| Posted by: | "Scott H" (noo..@nowhere.com) |
| Date: | Thu, 19 May 2005 11:54:17 |
Is there any way to detect a window in another program being opened ?
Currently I am doing this using a timer every X milliseconds to loop through all windows.
I would prefer to detect each window as it opens, rather than use the timer.
For another situation, I would like to detect the window after its window title
has been set as my program examines the window titles.
Thanks
Scott