Now after installing Vs you are ready to start.
first of all open visual studio you will find a page like this :

here you have a couple of choices :
1-Create a new project from (New Project).
2-Open an existing project (Open Project).
this is one way the other way is from the file tab you can create a new project or open an exisiting one !
so let's choose Create new project !
first of all open visual studio you will find a page like this :
here you have a couple of choices :
1-Create a new project from (New Project).
2-Open an existing project (Open Project).
this is one way the other way is from the file tab you can create a new project or open an exisiting one !
so let's choose Create new project !
this is what you will get :

here you will find a lot of things ..simply this is templates from Microsoft we will take about that later.
here you will find a lot of things ..simply this is templates from Microsoft we will take about that later.
what we will do now is choosing a blank app(Windows)
Note :
Make sure that you are under C# >> Store Apps >> Windows Apps.
Note :
Make sure that you are under C# >> Store Apps >> Windows Apps.
Name your app and choose the location on your machine !
this page is app.xaml.cs ... will talk about that later.
from the solution tab on the right choose mainpage.xaml
from the solution tab on the right choose mainpage.xaml
Now you are done !
You have create your first project.The next couple of posts we will talk about xaml elements
like grids and stackpanels.
stay tuned !
0 comments:
Post a Comment