- Mastering Visual Studio 2017
- Kunal Chowdhury
- 171字
- 2021-07-15 17:26:44
Getting started with WPF project
To get started, open your Visual Studio 2017 IDE and navigate to File | New | Project... (or press keyboard shortcut Ctrl + Shift + N). This will open the new project window on your screen:

In the New Project dialog window, navigate to Installed | Templates | Visual C# | Windows Classic Desktop, and select the WPF App template from the list. Select the appropriate .NET Framework that you are targeting your app for (must be 3.5 or higher). Here we have selected the .NET Framework 4.6.1.
Enter the name of the solution, the location of the project code base, and the project name. Once you have filled up all the necessary details on the screen, click on the OK button. This will start creating the project from the selected project template:

Alternatively, you can search for wpf app in the search box under the New Project section of the Visual Studio 2017 Start Page to bring the preceding dialog, selecting the correct project automatically:

- C語言程序設計案例教程
- Rust編程從入門到實戰
- Python進階編程:編寫更高效、優雅的Python代碼
- x86匯編語言:從實模式到保護模式(第2版)
- Visual Basic程序設計與應用實踐教程
- 3D少兒游戲編程(原書第2版)
- Python:Master the Art of Design Patterns
- Apache Mahout Clustering Designs
- 單片機應用與調試項目教程(C語言版)
- Getting Started with Eclipse Juno
- 零代碼實戰:企業級應用搭建與案例詳解
- Orchestrating Docker
- Building Dynamics CRM 2015 Dashboards with Power BI
- IBM Cognos TM1 Developer's Certification guide
- 零基礎C#學習筆記