Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

i must develop an application in WPF with Bing Map. I must use a webbrowser to display a Bing Map (Not API)with Framework 3.5.
I search a good example

thanks

jerem
Posted
Comments
[no name] 10-Jul-13 10:55am    
"I search a good example", okay.... google is a good thing to search with. So is bing.
JeremH 10-Jul-13 11:00am    
already done,the example i find in google,don't match, they use API or the webservice or web
[no name] 10-Jul-13 11:01am    
And.... so?

1 solution

If you don't need anything that APIs provide, you just navigate to the url of the map you want. You can search for url parameters to find out some of the parameters and what they do such as:

http://alastaira.wordpress.com/2012/06/19/url-parameters-for-the-bing-maps-website/[^]

The other option is to create your own html page and manipulate as needed and then load that file into your webbrowser control. You can get sample html functionality by looking at the AJAX control documentation.
http://bingmapsportal.com/ISDK/AjaxV7[^]

From experience I recommend just getting a key...
 
Share this answer
 
Comments
JeremH 10-Jul-13 12:44pm    
thank for your answer but i use already this method but i don't reach implement in webbrowser in WPF then i arrive in Winform. I don't understand the difference.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900