You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Website/blog/2026-03-04-high-dpi-embedded-processes/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
slug: high-dpi-embedded-processes
3
-
title: "High DPI for Embedded Processes in WPF: Making SetParent Work Across Monitor Scales"
3
+
title: "Deep Dive: Fixing DPI Scaling Issues for Embedded Processes"
4
4
description: "When you embed a foreign process window via SetParent in WPF, it never receives DPI change notifications across process boundaries. This article shows how to rescale fonts for embedded console hosts (PowerShell) using the Console API, and for GUI processes (PuTTY) by sending WM_DPICHANGED explicitly."
0 commit comments