Code to search location on Bing Map

BingMapTask launcher is used to search a location and mark it on the Bing map. It is defined as below, Search term need to be set as string. If geo coordinate of center is not provided then BingMapTask will search a location on basis of user’s current location. Hospitals can be located and marked onContinueContinue reading “Code to search location on Bing Map”

Clipboard API in Windows Phone

In this post we will see Clipboard API support in Windows Phone. Clipboard API support came as part of Windows Phone 7.5 and it was not part of Windows Phone 7. Class is defined in System.Windows namespace as below, You can set text as below, In above snippet txtSource is a text box. You canContinueContinue reading “Clipboard API in Windows Phone”

Creating Alarm and Reminder in Windows Phone

In this post we will see the way to create Alarm and Reminder in Windows Phone. Creating Alarm Alarm can be created using the Alarm class. Alarm class is part of Microsoft.Phone.Scheduler namespace. Alarm class takes name of the alarm as the input parameter of the constructor. Name of the alarm must be unique withinContinueContinue reading “Creating Alarm and Reminder in Windows Phone”