Oct 26, 2017 Post comments count0 Post likes count1 How do I prevent my registered hotkey from firing repeatedly due to auto-repeat? Raymond Chen You can ask for auto-repeat to be ignored.
Oct 23, 2017 Post comments count0 Post likes count2 A closer look at the complexity analysis of finding the k’th smallest element in two sorted arrays Raymond Chen Let's calculate it properly.
Oct 20, 2017 Post comments count0 Post likes count1 On the gradual improvements in how the system deals with the failure to initialize a critical section Raymond Chen Gradually improve the situation until the problem vanishes completely.
Oct 19, 2017 Post comments count0 Post likes count1 How do I create a shortcut whose target is specified by a relative path? Raymond Chen It's already in there.
Oct 18, 2017 Post comments count0 Post likes count1 I used WS_EX_COMPOSITED to get rid of my redrawing flicker, but it resulted in sluggish response Raymond Chen The system needs to know when to present the back-buffer.
Oct 16, 2017 Post comments count0 Post likes count1 Nasty gotcha: Powershell aliases that match commands you might want to run Raymond Chen Because two-letter names would never collide, right?
Oct 13, 2017 Post comments count0 Post likes count1 Exploring the problem: Create a file that only one process can write to Raymond Chen That's not the real problem.
Oct 12, 2017 Post comments count0 Post likes count1 Why does my program crash when I throw an exception from an APC? Raymond Chen Because c'mon.
Oct 11, 2017 Post comments count0 Post likes count1 How can I specify that my DLL should resolve a DLL dependency from the same directory that the DLL is in? Raymond Chen Use the manifest.
Oct 6, 2017 Post comments count0 Post likes count2 How can I investigate the possibility of a lot of leaked window classes (RegisterClass)? Raymond Chen Looking for names.