python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Will the WebBrowser ActiveX control continue working after June 2022?
Microsoft announced the end of Internet Explorer by June 2022.
However I cannot find any information on how this will affect the old WebBrowser Active X control. As far as I know it is based on the In...
Tigerfink
Votes: 0
Answers: 1
Change webBrowser to webView2 c#
I must upgrade webBrowser control in my program to webView2 because many pages are not working anymore.
I have a method that returns the inner text of the activelement
if (XtraMessageBox.Show(this, &...
rippergr
Votes: 0
Answers: 1
web browser isn't support anymore C#
webBrowser bug
I want to join youtube with web browser , but I get this message,any idea?
Ilkin Rufullayev
Votes: 0
Answers: 1
WebBrowser for PDF going gray after some seconds
I had a WebBrowser in my app and it was working well.
Now all of a sudden the behaviour is that after some seconds it goes gray.
The code is extremely simple:
try
{
var wbb = new WebBrowser() { }...
Patrick
Votes: 0
Answers: 1