Oct 13, 2016 Post comments count0 Post likes count1 Dubious security vulnerability: Attacking the application directory in order to fool yourself? Raymond Chen Look over there. Ha ha made you look.
Oct 12, 2016 Post comments count0 Post likes count2 Nasty gotcha: The inadvertently named resource Raymond Chen No such thing as undefined.
Oct 10, 2016 Post comments count0 Post likes count1 A Little Program to fix one particular type of mojibake Raymond Chen Keep your eye on the code page.
Oct 7, 2016 Post comments count0 Post likes count1 How can I get the default code page for a locale? Raymond Chen Ask GetLocaleInfo.
Oct 6, 2016 Post comments count0 Post likes count1 How do I cancel autoplay from a wizard page? Raymond Chen You need to listen on the top-level window.
Oct 5, 2016 Post comments count0 Post likes count1 Why doesn’t my custom-drawn trackbar get a paint notification when the position changes from 1 to 0? Raymond Chen It had no visible effect.
Sep 30, 2016 Post comments count0 Post likes count1 When are global objects constructed and destructed by Visual C++?, redux Raymond Chen Adding another column to the table.
Sep 29, 2016 Post comments count0 Post likes count1 The lackey catastrophe Raymond Chen You know it will be done, but you don't know when.
Sep 28, 2016 Post comments count0 Post likes count1 When can you free the memory backing the HSTRING you created with WindowsCreateStringReference? Raymond Chen Nothing you haven't had to deal with already.
Sep 26, 2016 Post comments count0 Post likes count1 It says that I should use USB usage page 1 and usage 6 to get raw keyboard data, but what if I have a PS/2 keyboard? Raymond Chen The numbers came from the USB HID specification, but that doesn't require the keyboard to be USB.