Hola,

I have a "bot" for a certain web-page(not important), that uses the WebBrowser control and it's methods to fill certain fields, press certain buttons etc.

Basically my problem is that every time a picture is viewed in a certain box in the page, the program gives me an Internet Explorer -error. I first solved this by simply sending the Escape key to close the error, and that works as well, but I need to make the program run "silent", meaning it will function minimized as well.

If noone of you figures out the solution, then my next question would be if it's possible to make the program send keys to itself, eg. Me.Sendkeys.Send("{Esc}"), since that would also fix my problem.

Thanks in advance.