Skip to content

Commit c4ac1df

Browse files
committed
Update index.md
1 parent 1cf71fb commit c4ac1df

File tree

1 file changed

+1
-1
lines changed
  • Website/blog/2026-03-04-high-dpi-embedded-processes

1 file changed

+1
-1
lines changed

Website/blog/2026-03-04-high-dpi-embedded-processes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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"
44
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."
55
authors: [borntoberoot]
66
tags: [wpf, dpi, windows, c#, win32, putty, powershell]

0 commit comments

Comments
 (0)