Jan 21, 2026 Post comments count0 Post likes count1 On the proper usage of a custom Win32 dialog class Raymond Chen You are replacing the window procedure, not the dialog procedure.
Jan 20, 2026 Post comments count4 Post likes count1 Microspeak: On fire, putting out fires Raymond Chen Dealing with emergencies.
Jan 19, 2026 Post comments count7 Post likes count4 What was the secret sauce that allows for a faster restart of Windows 95 if you hold the shift key? Raymond Chen An old flag from 16-bit Windows.
Jan 16, 2026 Post comments count1 Post likes count2 How can I get the tab index number from a dialog box control? Raymond Chen The tab index number is an authoring concept, not a runtime concept.
Jan 15, 2026 Post comments count26 Post likes count4 When programs assume that the system will never change, episode 4: Stealing strings Raymond Chen The strings are an implementation detail.
Jan 14, 2026 Post comments count0 Post likes count1 Clipping the focus item when looking for its on-screen location, part 3 Raymond Chen Finding all the clipping parents.
Jan 13, 2026 Post comments count1 Post likes count2 Clipping the focus item when looking for its on-screen location, part 2 Raymond Chen Finding the correct clipping parent.
Jan 12, 2026 Post comments count0 Post likes count2 Clipping the focus item when looking for its on-screen location Raymond Chen Preventing the cursor from pointing to nothing.
Jan 9, 2026 Post comments count1 Post likes count1 Using Active Accessibility to find out where the focus item is Raymond Chen Looking at child objects.
Jan 8, 2026 Post comments count4 Post likes count2 Using Active Accessibility to find out where the Windows caret is Raymond Chen It's old and rather simple, but we like simple.