Oct 31, 2019 2 0 For one internal build, Windows 95 contained an evil message Raymond Chen Another prank from the user interface team.
Oct 30, 2019 12 0 The program “G” is preventing you from shutting down Raymond Chen Minding your character set.
Oct 29, 2019 6 0 If you suppress GDI+ background thread, then you are expected to pump messages yourself Raymond Chen That stuff is now happening on your thread.
Oct 28, 2019 5 0 Did you hear that story about Bill Gates?: A PR person’s view Raymond Chen They've heard them all.
Oct 25, 2019 0 0 Why does FormatMessage say that %0 terminates the message without a trailing newline? Is it secretly adding newlines? Raymond Chen Well, it's not FormatMessage that's adding the newline.
Oct 24, 2019 3 0 If you want to terminate on an unexpected exception, then don’t sniff at every exception; just let the process terminate Raymond Chen Get the stack before it unwinds.
Oct 23, 2019 5 0 Why can’t I create a “Please wait” dialog from a background thread to inform the user that the main UI thread is busy? Raymond Chen Reversal of fortune.
Oct 22, 2019 5 0 What’s the difference between the hotkeys F6 and Alt+F6? Raymond Chen Switching between things, but different things.
Oct 21, 2019 1 0 When I tell the file or folder picker that I want only file system files and folders, why does it still show virtual folders? Raymond Chen Because there might be a file hiding under it.
Oct 18, 2019 0 0 C++/WinRT implementation extension points: abi_guard, abi_enter, abi_exit, and final_release Raymond Chen Coming in, going out, and going away.