Creating Basic Window App Using C#

Step 1 - Open the Visual Studio 2015 for creating the basic Windows app.

basic windows app

Step 2 - Choose Visual C# from there and select blank app. Name the application.

Step 3 - MainPage.xaml will be loaded and the corresponding designer page is chosen.

design

Step 4 - In this designer page, "BUTTON" is used for the purpose of navigation.

BUTTON

Step 5 - To add a new page,  go to the Assets and click New. The new page will be added, successfully.

new page

Step 6 - Now, the simple application is ready. When the button is clicked, the page should be navigated.

code

Conclusion - Navigation is one of the basic thing needed for the application. In my next article, I will explain how to insert content and pictures in the application.


Similar Articles