Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Win32/Win64 API (native code) (https://www.delphipraxis.net/17-win32-win64-api-native-code/)
-   -   Delphi detect if a new process has started (https://www.delphipraxis.net/83977-detect-if-new-process-has-started.html)

sheduler 9. Jan 2007 17:50


detect if a new process has started
 
How to detect if a new process or application has been started system wide? One way is to get then full list of processes and the just wait for changes. But it requires a timer, what I want to bypass... Maybe there are some other ways?
And the same with the active window. One way is to set Ontimer GetForeGroundWindow and just wait for it changes but again it takes much more cpu... Maybe here is an other answer too?

Zacherl 9. Jan 2007 17:53

Re: detect if a new process has started
 
Hi, have a look at API Hooks. You only have to hook the CreateProcess API.

Florian

Olli 9. Jan 2007 18:09

Re: detect if a new process has started
 
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. :stupid:


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:44 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz