Search This Blog

Friday, September 3, 2010

Sample Example for Window phone 7

How to develop Application In Window Phone 7

Step for develop application:
Start Visual Studio 2010 >> File >> New >> Project
Select C# language >> Silverlight for window phone
Select one Textbox and Button from Toolbox and add/Drag and Drop on Phone Emulator
Go to Button Click Event and type
Messagebox.show("Hi....."+ Textbox1.Text);











Developed By: Ravi Chaudhari






1 comment:

Ravi Chaudhari said...
This comment has been removed by the author.