Mar 27, 2025 2 1 On launching a dialog when a specific combo box item is selected Raymond Chen Changing selections is not a good time to launch a dialog box.
Mar 26, 2025 0 2 Why does INVALID_HANDLE_VALUE cast through a LONG_PTR first? Raymond Chen To ensure that the proper sign extension happens.
Mar 25, 2025 3 1 We’ll fly you to Atlanta, Texas, and getting to your hotel in Atlanta, Georgia is your problem Raymond Chen Reading the fine print.
Mar 25, 2025 7 2 A note on the USB-to-PS/2 mouse adapter that came with Microsoft mouse devices Raymond Chen It's a purely mechanical adapter that relies on smarts in the mouse itself.
Mar 24, 2025 10 2 On how different Windows ABIs choose how to pass 32-bit values in 64-bit registers Raymond Chen Surveying the options and looking for commonalities.
Mar 21, 2025 11 4 The case of the critical section that let multiple threads enter a block of code Raymond Chen It had one job.
Mar 20, 2025 4 0 What could cause a memory corruption bug to disappear in safe mode? Raymond Chen A simplified execution environment means fewer things that you can stumble over.
Mar 19, 2025 9 6 You can’t simulate keyboard input with PostMessage, revisited Raymond Chen If it didn't go through the input system, it only looks like input as much as the app allows itself to be fooled.
Mar 18, 2025 7 4 Why didn’t Windows 95 setup use a miniature version of Windows 95 as its fallback GUI? Raymond Chen Avoiding an interim GUI environment.
Mar 17, 2025 3 2 Dubious security vulnerability: A program does not run correctly if you run it the wrong way Raymond Chen So what did you expect?