
*
As I’ve blogged about before, we’ve completed a big task which was integrating CRM with Bing maps. Here are some code snippets which can help you to build own application quickly and easily. So here they are:
1. Showing a hint near a specific push pin:
First of all, when creating the pushpin, make sure you add description with the text which will be displayed when a mouse hovers over the pin. Use SerDescription(strDescr) method for this purpose. After you create a handler for your event (e.g. click on some link) which will show the pushpin with a specific ...