G
Guest
Is there any way within the .NET framework to detect when a new Windows Form is opened/created? Or more simply when a new process is created
I need to be able to detect when the user starts up an application and grab the name of the executable. Is WMI the direction I want to go with System.ManagementEventWatcher? I can't seem to find any examples of what I want to do and I am not particularly familiar with WMI in general.
I need to be able to detect when the user starts up an application and grab the name of the executable. Is WMI the direction I want to go with System.ManagementEventWatcher? I can't seem to find any examples of what I want to do and I am not particularly familiar with WMI in general.