Identifying system process
-
Hi. Whenever internet explorer opens a window should popup. I am want to do this using dotnet. Please help me. How to identify internet explorer opens using dotnet code?
-
Hi. Whenever internet explorer opens a window should popup. I am want to do this using dotnet. Please help me. How to identify internet explorer opens using dotnet code?
I guess a windows service that will regularly check for iexplorer.exe in the processes running on a system should work. If, it finds the process, start your windows application then. I also think you can probably make your application as IE add-in. You can find help creating add-in here[^].
50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!