Oct 31, 2019 Post comments count2 Post likes count0 For one internal build, Windows 95 contained an evil message Raymond Chen Another prank from the user interface team.
Oct 30, 2019 Post comments count12 Post likes count0 The program “G” is preventing you from shutting down Raymond Chen Minding your character set.
Oct 29, 2019 Post comments count6 Post likes count0 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 Post comments count5 Post likes count0 Did you hear that story about Bill Gates?: A PR person’s view Raymond Chen They've heard them all.
Oct 25, 2019 Post comments count0 Post likes count0 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 Post comments count3 Post likes count1 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 Post comments count5 Post likes count0 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 Post comments count5 Post likes count0 What’s the difference between the hotkeys F6 and Alt+F6? Raymond Chen Switching between things, but different things.
Oct 21, 2019 Post comments count1 Post likes count0 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 Post comments count0 Post likes count0 C++/WinRT implementation extension points: abi_guard, abi_enter, abi_exit, and final_release Raymond Chen Coming in, going out, and going away.