Feb 19, 2026 Post comments count1 Post likes count6 Exploring the signals the dialog manager uses for dismissing a dialog Raymond Chen Summarizing the flow.
Feb 18, 2026 Post comments count3 Post likes count2 Could WriteProcessMemory be made faster by avoiding the intermediate buffer? Raymond Chen I guess it could, but why bother?
Feb 17, 2026 Post comments count8 Post likes count3 Microspeak: Escrow Raymond Chen Final build, final, final, final 2, ship this one.
Feb 16, 2026 Post comments count10 Post likes count2 It rather involved being on the other side of the airtight hatchway: Tricking(?) a program into reading files Raymond Chen Is it really a trick when reading the file is the purpose of the program?
Feb 13, 2026 Post comments count10 Post likes count4 How can I distinguish between the numeric keypad 0 and the top-row 0 in the WM_CHAR message? Raymond Chen See if it matches the scan code.
Feb 12, 2026 Post comments count2 Post likes count3 How can I distinguish between the numeric keypad 0 and the top-row 0 in the WM_KEYDOWN message? Raymond Chen Check whether it is an extended key.
Feb 11, 2026 Post comments count0 Post likes count4 How do I suppress the hover effects when I put a Win32 common controls ListView in single-click mode? Raymond Chen You can prevent the item from becoming hot-tracked.
Feb 10, 2026 Post comments count11 Post likes count6 How did Windows 95 get permission to put the Weezer video Buddy Holly on the CD? Raymond Chen Asking nicely, and asking a lot of people.
Feb 9, 2026 Post comments count3 Post likes count3 What should I do if a wait call reports WAIT_ABANDONED? Raymond Chen It's your one chance to make amends.
Feb 6, 2026 Post comments count1 Post likes count3 How can I prevent the user from changing the widths of ListView columns in version 5 of the common controls?, part 2 Raymond Chen Preventing the resize cursor from appearing.