The Old New Thing (Raymond Chen)↗· 2026-05-13Cached
A debugging story about a Windows program hanging when the user changes keyboard layouts due to a background thread that created a window but wasn't pumping messages. The fix is to either pump messages or destroy the window.