python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get Element Root's ViewModel Context in WINUI3
I have a page which contains a ListView x:bound to an object in my ViewModel. This object contains a list of objects (timestamps) that contains a list of Subjects that contains a list of another objec...
h3ferd
Votes: 0
Answers: 1
Can you change the output directory for C++ WinRT generated headers?
Is there a way to change the output directory for the files generated by the midl stuff in C++ WinRT projects (The default seems to be ${ProjectDir}\Generated Files)?
The reason I'm asking is because ...
monoceres
Votes: 0
Answers: 0
Internal combase.dll error from using a FileOpenPicker
Context: First attempt to use Win-UI 3. Visual Studio 2019, 16.11.8, if it matters. I created a Blank App (WinUI 3 in Desktop) project. It creates a project with a "Clickme" button in the...
sillyrobot
Votes: 0
Answers: 1
Resolving a Silent Deployed App Crash (WinUI3)
I have a WinUI3 (1.0.1) C# app which builds and runs with no problems under Visual Studio 2022. I can also deploy it (sideload) via MSIX and run it on my development machine with no problem.
However, ...
Mark Olbert
Votes: 0
Answers: 0