Reputation: 31
I am using the WebBrowser
control in a Windows desktop application. Will it be affected by the retirement of Internet Explorer on June 15, 2022?
Upvotes: 3
Views: 2044
Reputation: 1850
FYI the WebBrowser control is being considered for obsoletion .NET7 and beyond. https://github.com/dotnet/winforms/issues/6964
Upvotes: 1
Reputation: 12961
According to this official blog, IE engine MSHTML (Trident) will continue to be supported. The retirement will only affect Internet Explorer 11 desktop application, WebBrowser control will still work.
Upvotes: 5