.NET C#: WebBrowser control Navigate() does not load targeted URL

前端 未结 4 1996
野趣味
野趣味 2020-12-14 09:52

I\'m trying to programmatically load a web page via the WebBrowser control with the intent of testing the page & it\'s JavaScript functions. Basically, I want to compare

4条回答
  •  独厮守ぢ
    2020-12-14 10:32

    I had this problem, and I did not realize that I had uninstalled Internet Explorer. If you have, nothing will ever happen, since the WebBrowser control only instantiates IE.

提交回复
热议问题