Web Controls

what is website tinting

What is Website Tinting and How do You Disable it?

One of the more recent changes to iOS’ internet browser, Safari, is the addition of a website tinting feature. For some, the addition of website tinting has made browsing the internet a more pleasant aesthetic experience. However, the change may be an annoyance and an eyesore for others. In this

Enhancing the WebBrowser Control to Show Status Notifications

The WebBrowser control does not show notifications such as: Downloading web page… Resolving proxy… Hyperlink URLs You can quickly enable this by using the StatusTextChanged Event of the WebBrowser control. It is a two-step process: Step 1: Attach an event handler to the Webbrowser’s StatusTextChanged event like this: myWebBrowser.StatusTextChanged +=