- May
- 3,515
- 5
Vincent Fatica wrote:
| Steve (and others), I added WATCHWIN to the 4THREADS plugin. It'll
| watch for the creation of windows meeting specified class/caption
| (regex) requirements. Watching for the destruction of windows is
| pretty useless since you after getting EVENT_OBJECT_DESTROY you can't
| find out anything about the (just destroyed) object.
I have a use for watching for wndow destruction. I create the window with
the TCC command "START", but cannot use /WAIT, because after the window is
created, I use ACTIVATE to change its title. The program has nothing to do
until the window is closed.
I suppose I could change my logic to use WATCHWIN for the creation of the
window, and have it issue the ACTIVATE command; this would allow START /WAIT
(of course, the WATCHWIN would have to be issued first).
What happens if the TCC instant which used WATCHWIN to create a thread is
terminated without using WATCHWIN to kill that thread?
--
Steve
| Steve (and others), I added WATCHWIN to the 4THREADS plugin. It'll
| watch for the creation of windows meeting specified class/caption
| (regex) requirements. Watching for the destruction of windows is
| pretty useless since you after getting EVENT_OBJECT_DESTROY you can't
| find out anything about the (just destroyed) object.
I have a use for watching for wndow destruction. I create the window with
the TCC command "START", but cannot use /WAIT, because after the window is
created, I use ACTIVATE to change its title. The program has nothing to do
until the window is closed.
I suppose I could change my logic to use WATCHWIN for the creation of the
window, and have it issue the ACTIVATE command; this would allow START /WAIT
(of course, the WATCHWIN would have to be issued first).
What happens if the TCC instant which used WATCHWIN to create a thread is
terminated without using WATCHWIN to kill that thread?
--
Steve