Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 677 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 677 Bytes

XamlIslandsMinimalSample

A minimal C++ Xaml Islands sample that supports console, Win32, and Xaml, and uses menus and accelerator keys as well as a Xaml-designed UserControl in a secondary dll project.

The main C++ file is 133 lines and was started from another project I was working on called vMulti.

Main Files:

https://github.com/JohnnyErnest/XamlIslandsMinimalSample/blob/main/VMultiUI/main.cpp

https://github.com/JohnnyErnest/XamlIslandsMinimalSample/blob/main/VMultiUWPApp_WRC/MyUserControl.xaml

Screenshot