Hi,
I am using VB.Net 2022 and want to load a website in a WebBrowser control but it does not load as expected, if I open the following page in any browser you can see that to the right of the word "Concurso" you can see data in there:
But if I load that same page, in a WebBrowser control, the information does not load. How can I solve that?
The code is as simple as:
WebBrowser1.Navigate("Quina - Portal Loterias | CAIXA", False)
I tried the following:
1) Changing the SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION value but it didn't work
2) Refreshing the WebBrowser
3) Reloading the page
Thank you!
I am using VB.Net 2022 and want to load a website in a WebBrowser control but it does not load as expected, if I open the following page in any browser you can see that to the right of the word "Concurso" you can see data in there:
Quina - Portal Loterias | CAIXA
loterias.caixa.gov.br
The code is as simple as:
WebBrowser1.Navigate("Quina - Portal Loterias | CAIXA", False)
I tried the following:
1) Changing the SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION value but it didn't work
2) Refreshing the WebBrowser
3) Reloading the page
Thank you!