Thema
:
Delphi
detect if a new process has started
Einzelnen Beitrag anzeigen
Olli
(Gast)
n/a Beiträge
#
3
Re: detect if a new process has started
9. Jan 2007, 19:09
For windows use just window hooks and catch the respective message to get notified of activation.
CreateProcess hooks may be nice but are ugly, not supposed to work on Vista and not sufficient if you want to catch any process start.
Zitat