Embed Internet Explorer browser into Winforms using C#

前端 未结 1 751
忘了有多久
忘了有多久 2021-01-20 01:43

I\'m trying to open a IP specified webpage using IE (Why IE? Because not every Windows have Chrome or Firefox installed) and present it in a simple Winforms window.

1条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-20 02:19

    Why do not you use Winforms WebBrowser control. WinForms WebBrowserControl. You can manipulate it more than IE. Web browser control is itself derived from IE so, it has all its functionalities.

    0 讨论(0)
提交回复
热议问题