Mar 10, 2023 Post comments count7 Post likes count2 When should I use CS_GLOBALCLASS? Raymond Chen When you want to be summoned from anywhere.
Mar 9, 2023 Post comments count5 Post likes count3 From a Windows app, how can I check whether there is an app installed that implements a particular URI scheme?, part 2 Raymond Chen Alternatives that work for unpackaged apps.
Mar 8, 2023 Post comments count1 Post likes count3 From a Windows app, how can I check whether there is an app installed that implements a particular URI scheme? Raymond Chen Additional function to let you see what is available.
Mar 6, 2023 Post comments count12 Post likes count2 I can create a read-only page, but why not a write-only page? Raymond Chen At the end of the day, it comes down to processor support.
Mar 3, 2023 Post comments count10 Post likes count6 Enumerating Windows clipboard history in PowerShell Raymond Chen Doing Windows Runtime things from PowerShell.
Mar 2, 2023 Post comments count2 Post likes count2 Enumerating Windows clipboard history in C++/WinRT and C# Raymond Chen Exploring the clipboard history API.
Mar 1, 2023 Post comments count1 Post likes count2 If you want to sort a Windows Runtime collection, you may first want to capture it into something a bit easier to manipulate Raymond Chen Moving everything into the same universe.
Feb 24, 2023 Post comments count2 Post likes count2 Understanding a mysterious RPC_E_WRONGTHREAD exception when we’re on the right thread Raymond Chen Things can go wrong in ways you may not have realized.
Feb 23, 2023 Post comments count0 Post likes count3 Why am I getting an unhandled exception from my C++ function that catches all exceptions? Raymond Chen Yes, you caught an exception. But that's not the one that went unhandled.
Feb 22, 2023 Post comments count9 Post likes count4 Avoiding the redundancy of adding the object files to both the primary project and its unit test Raymond Chen Adding another level of indirection.