0

I created a new C# project in Visual Studio Community 2015 and added a WebBrowser.

The only code I wrote was

private void Form1_Load(object sender, EventArgs e)
{
    this.webBrowser1.Navigate("https://www.whatismybrowser.com/");
}

But it trows some javascript errors and in some sites the images don't load, script is not executed, it appears the CSS is not loaded.

This one is in Internet Explorer 11 (i'm indeed using windows 10)

IE

and this one in Visual Studio (says windows 8), and the style is not the same, it should be identical.

Visual studio

NineBerry
  • 26,306
  • 3
  • 62
  • 93
Lucas Steffen
  • 1,244
  • 2
  • 10
  • 22

0 Answers0