In most of computers (mine included), a WebBrowser where I execute:
shows the map correctly.
BUT, in a few other PC, it tries to download de image (staticmaps.jpg) instead of showing it.
I have not a screenshot because it doesn't happen to me, just to some clients.
In one ocasion, it was solved changing the default browser from IE to Google Chrome, but in other case I couldn't to that. Besides, it's not correct to go changing client's browser preferences.
Any idea why?
Thanks in advance.
Code:
WebBrowser1.Navigate "http://maps.googleapis.com/maps/api/staticmap?&size=125x125¢er=" & AdressAndSomeOtherParameters
BUT, in a few other PC, it tries to download de image (staticmaps.jpg) instead of showing it.
I have not a screenshot because it doesn't happen to me, just to some clients.
In one ocasion, it was solved changing the default browser from IE to Google Chrome, but in other case I couldn't to that. Besides, it's not correct to go changing client's browser preferences.
Any idea why?
Thanks in advance.