Skip to content

Latest commit

 

History

History

ResourceManagement

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
page_type languages products name urlFragment description extendedZipContent
sample
csharp
cpp
windows
windows-app-sdk
Load resources using MRT Core
ResourceManagement
Use MRT Core's ResourceLoader and ResourceManager to load resources from several resource files
path target
LICENSE
LICENSE

Load resources using MRT Core

MRT Core is the modern resource loading library used in WinUI 3 and the Windows App SDK. These samples demonstrate how to use MRT Core to load resources from multiple resource files and how to select which version of a specific named resource to load.

Prerequisites

Building and running any of the samples

  • Open the solution file (.sln) from the subfolder of your preferred sample in Visual Studio.
  • From Visual Studio, either Start Without Debugging (Ctrl+F5) or Start Debugging (F5).

Related Links