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?
Asked
Active
Viewed 261 times
0
-
Would you please paste error in English? – Reza Aghaei Sep 07 '15 at 18:23
1 Answers
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/
-
-
Thank you very much for your responses. I'm going to analyze which is more faster for me. But perhaps I'll end using openstreet maps. – Giovanny Farto M. Sep 09 '15 at 19:02