i’m writing a C# program, and i want to know if there is any way to get notify when a new program is running, without checking every time the task manager and the processes, just like a C# event…
or like some hook.. (like SetWindowsHookEx)?
thank you!
Shiran.
i’m writing a C# program, and i want to know if there is any
Share
You need ManagementEventWatcher.