Oct 21, 2016 Post comments count0 Post likes count1 Is there anything better than GetThreadTimes for obtaining per-thread CPU usage information? Raymond Chen QueryThreadCycleTime.
Oct 20, 2016 Post comments count0 Post likes count1 Using DuplicateHandle to help manage the ownership of kernel handles Raymond Chen That one's mine.
Oct 19, 2016 Post comments count0 Post likes count1 Three short questions about LogonUser (with answers!) Raymond Chen The answers are probably the most useful part.
Oct 14, 2016 Post comments count0 Post likes count1 How can I force memory to be allocated above the 4GB boundary (for debugging purposes) on Windows 7? Raymond Chen Sadly, no easy solution.
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.