Skip to content

Commit 1bf0bb1

Browse files
committed
Blog: Adjust url
1 parent b1fece5 commit 1bf0bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Website/blog/2026-03-04-deep-dive-fixing-dpi-scaling-for-embedded-processes-in-wpf

Website/blog/2026-03-04-deep-dive-fixing-dpi-scaling-issues-for-embedded-processes/index.md renamed to Website/blog/2026-03-04-deep-dive-fixing-dpi-scaling-for-embedded-processes-in-wpf/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: "Deep Dive: Fixing DPI Scaling Issues for Embedded Processes"
3+
title: "Deep Dive: Fixing DPI Scaling for Embedded Processes in WPF"
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)