0

I have this url. When I nafigate it via IE, it opens google translate and shows the result. But when I use WebBrowser control to navigate it, JS cuases errors and the page load doesn't complete. Why the control is different than IE, and how can I solve this?

Eng. M.Hamdy
  • 306
  • 1
  • 3
  • 12
  • Probably this: [Use latest version of Internet Explorer in the webbrowser control](https://stackoverflow.com/questions/17922308/use-latest-version-of-internet-explorer-in-the-webbrowser-control) - or use something better like CefSharp. – Alex K. Nov 30 '18 at 12:56

1 Answers1

1

Thanks Alex K. and mjwills. The problem is cuased by the webBrowser control version, and the solution is described here: Use latest version of Internet Explorer in the webbrowser control

Eng. M.Hamdy
  • 306
  • 1
  • 3
  • 12