0

We have a main WPF application which is DPI aware, also we have a Winforms application which is NOT DPI aware. DPI awareness is set through manifests for both applications. When they are run independently it's all fine.

Now we need to show some dialogs from Winforms part in the main WPF application. But in this case the Winforms dialogs are displayed incorrectly, because DPI awareness is already set by WPF.

Is it possible to have such mixed mode - when WPF is DPI aware and Winforms is not?

Update: we are using .Net 4.8

xll
  • 3,019
  • 2
  • 16
  • 19
  • [DPI Awareness - Unaware in one Release, System Aware in the Other](https://stackoverflow.com/a/50276714/7444103) -- BTW, you should always specify the .NET version in use – Jimi Feb 21 '23 at 15:09

0 Answers0