The web browser in vb.net is using IE or maybe its not even a web browser. Maybe its the primitive browser in windows that came before IE.
Is it possible to change the browser that is used by the vb.net web browser(dragged from the toolbox)? Maybe through the add reference?
The web browser in vb.net is using IE or maybe its not even a
Share
No, you can’t change the browsing engine used by the
WebBrowsercontrol, but there’s certainly nothing stopping you (or anyone else) from writing a different control in the same vein that uses an alternative rendering engine (say, Gecko).