Dec 20, 2017 Post comments count0 Post likes count1 How do I ShellExecute a file, but with a specific program instead of the default program? Raymond Chen Count the ways.
Dec 18, 2017 Post comments count0 Post likes count2 What kind of messages can a message-only window receive? Raymond Chen Only messages that are sent directly to that window.
Dec 15, 2017 Post comments count0 Post likes count1 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 Post comments count0 Post likes count1 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 Post comments count0 Post likes count1 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 11, 2017 Post comments count0 Post likes count1 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 Post comments count0 Post likes count1 How do I respond to the WM_MENUCHAR message? Raymond Chen You identify the menu item that corresponds to the character.
Dec 6, 2017 Post comments count0 Post likes count1 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 Post comments count0 Post likes count2 Tree view check boxes: The extended check box states Raymond Chen Partial, dimmed, and exclusion.
Dec 4, 2017 Post comments count0 Post likes count2 Tree view check boxes: A sordid history Raymond Chen How we got into the mess we did.