726 questions with Windows App SDK tags

Sort by: Updated
1 answer

[cfAPI] How to report a file is no longer exist and stop fetching?

Hi MS team, I'm developing sync program with cloud filter API. I notice that some antivirus will hook system function (i.e. CreateFile) and trigger fetch callback. In my scenario, the file was being deleted on server side, and my provider start to delete…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
726 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,425 questions
asked 2021-08-25T16:37:37.163+00:00
Chieh Yu 1 Reputation point
answered 2021-08-26T08:43:05.077+00:00
Xiaopo Yang - MSFT 11,496 Reputation points Microsoft Vendor
1 answer

WinUI 3(C++/WinRT): "NavViewCompactModeThresholdWidth" not found

According to the sample code of the the document in Microsoft Learn, I wrote almost the same code, but it cannot be compiled. There is an error, "NavViewCompactModeThresholdWidth": is not a member of…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
726 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,425 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,535 questions
asked 2021-08-25T13:42:38.613+00:00
XiaoLi8848 1 Reputation point
answered 2021-08-26T03:18:02.72+00:00
Xiaopo Yang - MSFT 11,496 Reputation points Microsoft Vendor
1 answer

WinUI 3 Issues

I was exploring options to port our existing WPF app to the new WinUI 3. But it seems almost impossible. Even the most basic things are not working as intended, or am I doing something wrong? 1) A Canvas inside a ScrollViewer does not enable any…

Universal Windows Platform (UWP)
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
726 questions
asked 2021-08-25T11:35:46.84+00:00
CPP 1 Reputation point
answered 2021-08-26T02:59:15.04+00:00
Roy Li - MSFT 32,051 Reputation points Microsoft Vendor
1 answer

WiX MSI installer add optional true/false flag passthrough to Electron app

Currently I am building an Electron project to a MSI installer using electron-builder, which comes with a WiX template.xml that it uses to generate the MSI installer. Is there a way to configure/edit the installer so my Electron app can know what…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
726 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,425 questions
asked 2021-08-23T17:50:42.563+00:00
George Li 1 Reputation point
answered 2021-08-25T07:33:41.427+00:00
Xiaopo Yang - MSFT 11,496 Reputation points Microsoft Vendor
0 answers

How to create MSIX package with dependencies

I have a WIn32 app (.msi) that is installed with a bootstrapper setup.exe because it has two dependencies that need to be installed: (1) MS SQL LocalDB (.msi) and (2) MS Visual C++ lib (.exe). I would like to create an MSIX package. How do I handle the…

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
726 questions
asked 2021-08-19T21:25:52.023+00:00
Paul Brewer 76 Reputation points
1 answer One of the answers was accepted by the question author.

How to navigate between controls on KeyDown event.

I'm trying to have a KeyDown function that makes the focus move to the next control. I've tried this but it throws me an error: private void Obj_KeyDown(object sender, KeyRoutedEventArgs e) { if (e.Key.ToString() == "Enter") …

Universal Windows Platform (UWP)
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
726 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,271 questions
asked 2021-08-19T15:57:34.337+00:00
David Simões 21 Reputation points
commented 2021-08-19T17:49:23.153+00:00
David Simões 21 Reputation points