-
# Discussion: Dark mode for applications
Currently, reliably detecting dark mode in Win32 applications requires either reading the registry or using undocumented methods from `uxtheme.dll`.
I stro…
-
Okay, so using Microsoft.WinForms.Designer.SDK solved it for me, but required one more change to the codebase.
And for future searchers and finders of this topic:
While the Assembly containing the…
-
```
What steps will reproduce the problem?
1. Create windows service project
2. Use attached library
3. Create communication with service (WCF in my case)
4. Build project, start service, start camera…
-
```
What steps will reproduce the problem?
1. Create windows service project
2. Use attached library
3. Create communication with service (WCF in my case)
4. Build project, start service, start camera…
-
```
What steps will reproduce the problem?
1. Create windows service project
2. Use attached library
3. Create communication with service (WCF in my case)
4. Build project, start service, start camera…
-
**Do you want to request a feature or report a bug?**
Feature request
**What is the current behavior?**
When using `BindCommand`, the command is invoked on a control event (typically `Click` or `…
-
A UI activity can be used to orchestrate the display of screens in a given UI application. The UI application might be a WinForms app, an MV or Razor pages app, or indeed, a Blazor (WASM and/or Server…
-
```
What steps will reproduce the problem?
1. Create windows service project
2. Use attached library
3. Create communication with service (WCF in my case)
4. Build project, start service, start camera…
-
```
What steps will reproduce the problem?
1. Create windows service project
2. Use attached library
3. Create communication with service (WCF in my case)
4. Build project, start service, start camera…
-
[Originally filed by QuantumDeveloper as part of "D3DImage possible issues" https://github.com/Microsoft/WPFDXInterop/issues/2]
As far as I understand, in d3dImage rendering occurs only when OnRender…