By tag: internet
0
kicks
Pin to Taskbar using Internet Explorer 9
Internet Explorer 9 offers the new functionality of pinning web sites to the Windows 7 taskbar or start menu. This gives users more direct access to web sites and their various sections. The pinning of sites relies on certain meta data being present within the <head> tag of your html content.....
0
kicks
How to Suppress / Disable Script Errors in WebBrowser Control
I am currently writing an application that uses the WebBrowser control to perform operations on web pages. Unfortunately I stumbled upon a very annoying problem, sometimes an Internet explorer script error window pops up and stops all execution until you click the OK button. I've searched the web fo...