Jun 29, 2016 0 0 How can I detect whether the Game Bar is covering my window? Raymond Chen A little interop.
Jun 28, 2016 0 0 Why does the Windows calculator generate tiny errors when calculating the square root of a perfect square? Raymond Chen Because it doesn't know that it's a perfect square.
Jun 27, 2016 0 0 If I have multiple attached keyboards, how can I read input from each one individually? Raymond Chen Raw input will tell you.
Jun 24, 2016 0 0 Why is my message queue full of WM_TIMER messages? Raymond Chen Where do timer messages come from, anyway?
Jun 23, 2016 0 0 Why does the x64 calling convention reserve four home spaces for parameters even for functions that take fewer than four parameters? Raymond Chen Variadic functions.
Jun 22, 2016 0 0 Using the Windows::Globalization::Calendar object from a Win32 app Raymond Chen An introduction to projection.
Jun 21, 2016 0 0 How to recognize DNS zone scavenging availability timestamps from quite a long way away Raymond Chen A rather peculiar format.
Jun 20, 2016 0 0 Peeking inside an IShellItem to see what it’s made of Raymond Chen There are a folder and a pidl in there, but only if you look.
Jun 17, 2016 0 0 How can I update my WinForms app to behave better at high DPI, or at normal DPI on very large screens? Raymond Chen Understanding DPI awareness.