PDA

View Full Version : Webbrowser control



fraser5002
03-31-2010, 06:11 AM
Hi im using vba with the web browser control to try and display a google map ( static ) on my excel vba form

im just using

WebBrowser1.Navigate("http://maps.google.com/maps/api/staticmap?center=40.7053804,-73.9962504&zoom=14&size=512x512&maptype=roadmap%20&markers=color:blue|label:S|40.702147,-74.015794&markers=color:green|label:G|40.711614,-74.012318%20&markers=color:red|color:red|label:C|40.718217,-73.998284&sensor=false")

If you put this address directly in the address bar it shows fine but it will not show in my webbrowser control i keep getting an error message about configuring my mime settings with quicktime. Has anyone elese come across this. ?

The error message says do you want to reconfigure your mime settings with a yes or no option but it will not let me select either of them the window just locks up

Jan Karel Pieterse
03-31-2010, 06:48 AM
No, the code works fine for me.