Feb 15, 2024 3 7 Registered command lines are just command lines, not a programming language Raymond Chen If you want a programming language, you know where to find one.
Feb 14, 2024 6 3 Functions that return the size of a required buffer generally return upper bounds, not tight bounds Raymond Chen An over-estimate is better than an under-estimate.
Feb 13, 2024 3 2 It rather involved being on the other side of this airtight hatchway: Attacking a domain administrator from the local administrator Raymond Chen If you pwn the machine, then you pwn everyone on the machine.
Feb 12, 2024 1 1 How can I get the Windows Runtime HttpClient to display a basic authentication prompt? Raymond Chen You need to give it some help finding the right window.
Feb 9, 2024 25 9 On the virtues of the trailing comma Raymond Chen A more uniform appearance comes with its own benefits beyond aesthetics.
Feb 8, 2024 3 2 How do I suppress the error box that appears when a LoadLibrary fails? Raymond Chen They don't appear often, but they do appear occasionally.
Feb 7, 2024 4 1 Why doesn’t my program get fancy drag/drop effects in high contrast mode with CLSID_DragDropHelper? Raymond Chen You have to upgrade your manifest.
Feb 6, 2024 11 1 On using milliseconds as a measure of network latency Raymond Chen There's a limit to how much technology can improve.
Feb 5, 2024 1 3 How can I close a thread pool and cancel all work that had been queued to it? Raymond Chen You can put them in a group.
Feb 2, 2024 4 0 The case of the invalid parameter error from MeasureOverride Raymond Chen Chasing it back to its origin.