I was looking for a way to set the zoom level of my Windows Form Application in which I have navigate some urls. So I open the urls using:
webBrowser1.Navigate("url")
and I want to set the zoom level of the webBrowser1 that depends on the url I have chosen. I have seen the below link but none of them have worked :
Problems having content in webbrowser scale automatically in Windows Form Application