Link to home
Start Free TrialLog in
Avatar of taz8020
taz8020Flag for United Kingdom of Great Britain and Northern Ireland

asked on

vb.net webbrowser not showing web site think javascript error

Hi I ma trying to use the webbrowser to load the following site:
https://uk.tradingview.com/chart/?symbol=NASDAQ:AAPL

But just get page says browser not supported, which and taking it its a javascript issue. I did try eo.webbrowser that does work but $700 is too much.

Is there a way to get ms.webbrowser to work. I have read if i edit the registry you can but not really a production way of doing it.
Avatar of HainKurt
HainKurt
Flag of Canada image

I opened with chrome and no such issue...
Avatar of taz8020

ASKER

Is there a chrome extension for visual studio?
have a look at this...

appearently, you can play with registry and use IE11 in your .net app
currently it is set to IE 7 mode...

and that page works fine in IE11

Web Browser Control & Specifying the IE Version
https://weblog.west-wind.com/posts/2011/may/21/web-browser-control-specifying-the-ie-version

mainly it says

add your exe here (DEG_DWORD)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

Open in new window


like mywebapp.exe, and set deg_dword value as 11000 and hope it works fine...
Avatar of taz8020

ASKER

No does not work, plus when i publish app cannot ask everyone to edit the registry. any other ideas
ASKER CERTIFIED SOLUTION
Avatar of HainKurt
HainKurt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what about cefsharp?

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
https://github.com/cefsharp/CefSharp

C# Tutorial - Chromium Browser using CefSharp | FoxLearn
https://www.youtube.com/watch?v=qSAkPUALEkA
Avatar of taz8020

ASKER

Oh my god! you are a star. Thank you so much this is just what i was after. I have searched for hours. This is amazing. Thank you!!!!!!!!!!!!!!!!!!