Apr 29, 2016 Post comments count0 Post likes count0 What does QueryThreadCycleTime actually count? Raymond Chen Whatever the CPU wants.
Apr 28, 2016 Post comments count0 Post likes count0 Is there an API for redrawing a specific window from another application? Raymond Chen Once again, turns out to be the wrong question.
Apr 27, 2016 Post comments count0 Post likes count0 How does Explorer calculate “Size on disk”? Raymond Chen Very simplistic.
Apr 26, 2016 Post comments count0 Post likes count0 Why can’t I pin a document to the taskbar? Raymond Chen Because that's not what the taskbar is.
Apr 25, 2016 Post comments count0 Post likes count0 Getting MS-DOS games to run on Windows 95: Too much EMM memory Raymond Chen Now that you got it, you need to find a place to put it.
Apr 22, 2016 Post comments count0 Post likes count0 Should I be concerned that WaitForSingleObject is taking a large percentage of my performance test’s execution time Raymond Chen What you've got there, my friend, is a WaitForSingleObject stress test.
Apr 21, 2016 Post comments count0 Post likes count0 It rather involved being on the other side of this airtight hatchway: Invalid parameters from one security level crashing code at the same security level (doesn’t get old) Raymond Chen You never crossed a security boundary.
Apr 20, 2016 Post comments count0 Post likes count0 Why are mouse wheel messages delivered to the focus window instead of the window under the mouse? Raymond Chen Keyboard modifiers.
Apr 19, 2016 Post comments count0 Post likes count3 Why is there a screen that says “It is now safe to turn off your computer”? Raymond Chen Because that's when you know.
Apr 18, 2016 Post comments count0 Post likes count0 Getting MS-DOS games to run on Windows 95: Too much memory! Raymond Chen Another case of intentionally under-reporting memory.