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 count1 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 count2 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 count1 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 count1 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 count1 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 count1 C++/WinRT implementation extension points: abi_guard, abi_enter, abi_exit, and final_release Raymond Chen Coming in, going out, and going away.
Oct 17, 2019 Post comments count0 Post likes count0 By Grabthar’s Hammer, it’s a Galaxy Quest documentary Raymond Chen The seventh best Star Trek movie.
Oct 17, 2019 Post comments count6 Post likes count1 How can I make a call into an elevated service without requiring an elevation prompt? Raymond Chen This is actually quite old technology.
Oct 16, 2019 Post comments count0 Post likes count1 Why do I get a winrt::hresult_no_interface exception when I try to register an auto-revoke event handler? Raymond Chen The necessary infrastructure isn't there.