I've run in the following problem:
I've developed a C# application which in one part uses the webbrowser control.
Under certain circumstances the webbrowser control opens a Window titled "File Download - Security Warning".
My question is: How can I find this Window and close it?
I've stumbled upon the FINWINDOW and FINDWINDOWEX functions of the API, but I don't get it.
Anyone who could help?