Skip to content

[Question] WebBrowser and Excel integration in Windows Forms #6567

Answered by RussKie
rallets asked this question in Q&A
Discussion options

You must be logged in to vote

It's not available anymore in a .Net 6.0 project

It is not correct, the control is still available, https://github.com/dotnet/winforms/blob/main/src/System.Windows.Forms/src/System/Windows/Forms/WebBrowser.cs. It is however built on top of the old IE engine, which may no longer work for many web resources (i.e. some website would plainly refuse to render content in it). WebView2 control is a modern alternative, and generally should be considered instead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rallets
Comment options

Answer selected by rallets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6566 on January 28, 2022 01:37.