I'm currently blocking all images from loading in the webbrowser control by using this registry key. I would like to find a way were i could allow images from some sites to be shown.
Any help would be welcome
I'm currently blocking all images from loading in the webbrowser control by using this registry key. I would like to find a way were i could allow images from some sites to be shown.
Any help would be welcome
This is not possible via the registry. You will need a code based solution => See codeproject, there is sample code that does this.