PDA

View Full Version : Capturing the event on the spawn of new process in OS(now windows) ?



nikhilqt
14th February 2011, 07:28
Hi,

Is it possible to get the control if new process is spawned in windows ? i.e., is there any SIGNAL which gets me the control to my slot if new process in windows is just spawned ? Please let me know if you have idea to start with too. :confused:

Thanks,
Nikhil

wysota
14th February 2011, 08:27
Qt doesn't spy on other processes. Look for a native api for this.

nikhilqt
15th February 2011, 07:16
Thanks wysota. Will search for native apis.