Dec 18, 2017 0 1 What kind of messages can a message-only window receive? Raymond Chen Only messages that are sent directly to that window.
Dec 15, 2017 0 0 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 3) Raymond Chen Applying the sign adjustment.
Dec 14, 2017 0 0 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 2) Raymond Chen Put it all in registers.
Dec 13, 2017 0 0 Creating double-precision integer multiplication with a quad-precision result from single-precision multiplication with a double-precision result using intrinsics (part 1) Raymond Chen Once more with intrinsics.
Dec 12, 2017 0 0 Why not slipstream ZDP fixes into the bits downloaded by the installer rather than being a separate download? Raymond Chen Well, yeah, but what if it was downloaded months ago?
Dec 11, 2017 0 0 Coroutines mean that the thing that looks like a stack variable may not technically be one Raymond Chen Hoisted into the future.
Dec 8, 2017 0 0 How do I respond to the WM_MENUCHAR message? Raymond Chen You identify the menu item that corresponds to the character.
Dec 7, 2017 0 0 Knowing just enough about debugging IRPs to chase the problem out of the I/O stack Raymond Chen Fumbling around and stumbling into a diagnosis.
Dec 6, 2017 0 0 How can I prevent the keyboard focus rectangle from appearing on a control I created? Raymond Chen You can lie to the control.
Dec 5, 2017 0 1 Tree view check boxes: The extended check box states Raymond Chen Partial, dimmed, and exclusion.