WebBrowser object not loading data as expected

Damianbaz

New member
Joined
Mar 3, 2022
Messages
1
Programming Experience
3-5
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!
 
Back
Top