Feb 26, 2021 4 0 What does error E_ILLEGAL_DELEGATE_ASSIGNMENT mean? Raymond Chen A delegate was assigned when not allowed, but when is it allowed?
Feb 25, 2021 0 0 What does it mean when a call fails with 0x8000001F = RO_E_BLOCKED_CROSS_ASTA_CALL? Raymond Chen Waiting wouldn't have helped.
Feb 24, 2021 4 0 What is so special about the Application STA? Raymond Chen Basically, it blocks re-entrancy.
Feb 23, 2021 16 0 Why does Task Manager tell me that I have a Startup program named Program? Raymond Chen It's a program that didn't register itself properly.
Feb 22, 2021 24 0 French is a very fragile language, or at least it seems so from the stories I hear Raymond Chen The slightest variation renders it incomprehensible.
Feb 22, 2021 0 3 How do I reset my PIN complexity requirements after removing a work account from Windows 10? Raymond Chen You need to remove the PIN and add it back.
Feb 19, 2021 0 0 How can I prevent a Windows Runtime WebView from loading any content beyond the initial request and its redirects? Raymond Chen Follow the bouncing redirect.
Feb 18, 2021 2 0 How can I prevent a Windows Runtime WebView from loading any content beyond the initial request? Raymond Chen You can intercept every resource request.
Feb 17, 2021 3 0 How can I return custom content for specific URLs requested by a Windows Runtime WebView? Raymond Chen Intercepting the attempts to contact the outside world.
Feb 16, 2021 17 0 Hardware engineers solve a usability problem with the PS/2 connector, but inadvertently create a new one Raymond Chen What's the difference between a mouse and a keyboard?