Jun 25, 2018 Post comments count0 Post likes count1 The cost/benefit analysis of comparing before an assignment Raymond Chen Factors pull in both directions. The result is a balance.
Jun 21, 2018 Post comments count0 Post likes count1 What can influence how much stack is consumed when sending a message? Raymond Chen Who wants to know? No really, that's the answer.
Jun 20, 2018 Post comments count0 Post likes count1 When I intentionally create a stack overflow with SendMessage, why do I sometimes not get a stack overflow? Raymond Chen It depends on what overflows first.
Jun 15, 2018 Post comments count0 Post likes count1 Is there a problem with CreateRemoteThread on 64-bit systems? Raymond Chen There's more to injecting code than copying bytes.
Jun 14, 2018 Post comments count0 Post likes count0 How do I programmatically control the order of my program’s notification icons? Raymond Chen That's not something you can control programmatically.
Jun 8, 2018 Post comments count0 Post likes count1 Why does GetServiceDisplayNameA report a larger required buffer size than actually necessary? Raymond Chen It's making a conservative guess.
Jun 7, 2018 Post comments count0 Post likes count1 What is this weird constructory syntax C::C()? Raymond Chen An archaic syntax from ancient times.
Jun 6, 2018 Post comments count0 Post likes count0 The unhandled exception filter is the responsibility of the process; don’t change it without permission Raymond Chen It's only common courtesy.
Jun 4, 2018 Post comments count0 Post likes count0 Adventures in application compatibility: Following a detour off a cliff Raymond Chen An arrow pointing to nowhere.
Jun 1, 2018 Post comments count0 Post likes count0 How can I write a program that monitors another window for a title change? Raymond Chen Accessibility saves the day once again.