Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

page_type sample
languages
csharp
cpp
products
windows
windows-app-sdk
name Load resources using MRT Core
urlFragment ResourceManagement
description Use MRT Core's ResourceLoader and ResourceManager to load resources from several resource files
extendedZipContent
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