How do i remove this message on the google map:
"You are using a browser that is not supported by the Google Maps JavaScript API. Consider changing your browser."
Thanks for the help
this appeared suddenly a few days ago.
I checked the megademo and saw that this program doesn’t show the error.
Here my solution: Search for 'ControlIEVersion' in the MegaDemo Project that is installed with the gmLib, and add this procedure to your application then call it in the form create of your application. Or set the required registry key value manually.
GMMap.Active := true; ControlIEVersion;
Regards Henry