Step-by-step Guide: WinUI 3 in C++ Without XAML #8151
Replies: 4 comments 14 replies
-
Thanks for pointing out the |
Beta Was this translation helpful? Give feedback.
-
Adding here my comment from Reddit for visibililty, Thanks for sharing, I guess this is the best we can get for doing UI development with C++/WinRT, given the current state of Visual Studio tooling for C++/WinRT, since C++/CX was deprecated back in 2016, nothing really happened besides a couple of 3rd party plugins WIP for MIDL syntax highlighting. |
Beta Was this translation helpful? Give feedback.
-
Thank you for this example, I had one query, here we are creating the window and initializing it to nullptr |
Beta Was this translation helpful? Give feedback.
-
Here is a C# version, loosely based on your C++ version. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone!
I would like to share a step by step guide to create a WinUI3 app from an empty win32 project. Some people want to create simple applications in C++ without using XAML. This step-by-step guide will be helpful for them.
Step-by-step Guide: WinUI 3 in C++ Without XAML
https://github.com/sotanakamura/winui3-without-xaml
Beta Was this translation helpful? Give feedback.
All reactions