Hi,
I took from tradingview site this widget script and put it on my webbrowser control but it doesn't show nothing. This is the code from the site:
new TradingView.widget({
"autosize": true,
"symbol": "AMEX:SPY",
"interval": "5",
"timezone": "exchange",
"theme": "Black",
"style": "1",
"toolbar_bg": "#f2f2f2",
"withdateranges": true,
"hide_side_toolbar": false,
"allow_symbol_change": true,
"hideideas": true,
"show_popup_button": true,
"popup_width": "1400",
"popup_height": "900"
});
and this is what I wrote:
webBrowser3.AllowWebBrowserDrop = false;
webBrowser3.IsWebBrowserContextMenuEnabled = false;
webBrowser3.WebBrowserShortcutsEnabled = false;
webBrowser3.ObjectForScripting = this;
webBrowser3.DocumentText =
""+
"";
If someone can help, it would be great
Thanks a lot
Shlomi
Dipankar BiswasPosted May 31, 2015, 6:38 AM
shlomi gadolPosted May 31, 2015, 5:42 AM
Dipankar BiswasPosted May 31, 2015, 5:34 AM