

This is a variable object that will be used through all the objects on the page: Private sdDevice As SmsDeviceĪdd the following code behind the button labeled Send: Private Async Sub btnSend_Click(sender As Object, _Į As RoutedEventArgs) Handles btnSend.Click Getting Started with Windows Phone 8 ProgrammingĪdd a modular variable.

Here are a few articles that can assist you to get started with Windows Phone apps: If this is your first time playing with Windows Phone apps, have a thorough look through each of the tabs and play around a little. You also could click on Project, Properties and click the Package Manifest… button, as shown in Figure 4.Select the Capabilities tab and choose it from the items in the list.This will produce the screen as shown in Figure 3.Double-click Package.appxmanifest in the Solution Explorer, as shown in Figure 2.To add any Capability to a project, follow these steps: Speaking about capabilities, you could also add this capability to your project. This simply imports SMS communication capabilities to your project. Add the following code to add the appropriate namespaces and their functionalities to your project: Imports System If you want to follow my example to the letter, here is the resulting XAML code for this design: įirst, let me start with sending an SMS.

You may name your objects anything you like but, keep in mind that my object names may be different than yours. Name it anything you like and design your project to resemble Figure 1. The project you will create today is a Windows Phone project, Blank app (to be precise).
#Html code to send sms from pc how to#
Anyway, enough rambling… Today, I will show you how to send and receive an SMS with your Windows Phone I honestly do not actually think it is, because most countries are still battling with proper internet communication, and the fact that internet prices are quite expensive, especially in South Africa. We all know what an SMS is (hopefully!), but sadly, SMS is said to be a dying medium of communication.
