Thursday, 12 February 2015

Create First Program " Hello World " in Windows Phone 8.1 Application.

If you want to Create first program in windows phone app then follow below  steps :

Step 1 :

Start Visual Studio Click File -> New -> Project. or you can press shortcut key (Ctrl+Shift+N) which is show in snap short.



Step 2 :

It will open new window "New Project" then you have to select Visual C# -> Windows Phone Apps from sidebar and give application name which you want to give and define Location where you want to store. Here we give Hello World as Name an Location as E:\WindowsPhone\ which is shown as snap short.




    It will open new project with main page.


Step 3 :


Now you have to drag and drop TextBlock control form toolbox which is show in Toolbox. If you can't show Toolbox  then go to VIEW menu and select select Toolbox.



Step 4 :

Click on TextBlock and Go to Properties panel, change Text property to Hello World.
And Then Click on Emulator 8.1 WVGA 4 inch  512MB which is sho in snap short
There are many Emulator available you can run in any emulator as you wish.



Step 5 :

Now it will open One Emulator which you have selected and take some loading process to open and finally you first "Hello World" program is completed .Which you can see. 




No comments:

Post a Comment