0

I made a program that use the new google maps in c# but when opened, I get a notification concerning the compatibility of IE. (See image) Any idea to fix it?

enter image description here

Giovanny Farto M.
  • 1,557
  • 18
  • 20

1 Answers1

2

Please see this answer

In general, WebBrowser control always runs in compatibility mode and the only way to disable it is to edit registry.

Another option is to use other control (not based on IE), like http://sourceforge.net/projects/webkitdotnet/

Community
  • 1
  • 1
Eldarien
  • 813
  • 6
  • 10