Mar 6, 2023 12 1 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 10 5 Enumerating Windows clipboard history in PowerShell Raymond Chen Doing Windows Runtime things from PowerShell.
Mar 2, 2023 2 1 Enumerating Windows clipboard history in C++/WinRT and C# Raymond Chen Exploring the clipboard history API.
Mar 1, 2023 1 1 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.