Skip to content

Latest commit

 

History

History
 
 

Windowing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
name page_type languages products description urlFragment
Windowing gallery sample
sample
csharp
cpp
windows
windows-app-sdk
Shows how to use the windows app SDK windowing apis
windowing

Windowing gallery sample

These samples demonstrate how to use the AppWindow class to manage your application's window.

Requirements

C# sample requires either .NET SDK 5.0.205, .NET SDK 5.0.302, or later

Building and running any of the samples

Before building the sample, make sure to set up your environment correctly by following the steps here. For the unpackaged sample apps, in addition to the steps for setting up the environment for the Windows App SDK, make sure to follow the instructions here.

  1. Open the solution file (.sln) in the subfolder of your preferred sample in Visual Studio 2019 Preview.
  2. Build the solution.
  3. Right click on the solution and click Deploy Solution
  4. Debug the project.

Related Links