1

I made a C# application for closing popups of various programs. I use System.Diagnostics.Process.GetProcesses() then I inspect MainWindowTitle of each process hunting popups which are on my black list. Nothing fancy. It works fine except for IE popups like: "close all tabs?", "would you like to use default security settings?", "would you like to make IE your default browser?", etc. As I see, IE popups do not appear in the list. How can I find and close them?

Gigi
  • 158
  • 11

0 Answers0