Nov 19, 2019 8 0 The Magical Excel 97 Far East Language Build Screwdriver™ Raymond Chen For your magical build needs.
Nov 18, 2019 10 0 I set the same ACL with the GUI and with icacls, yet the results are different Raymond Chen Sometimes your tools lie to you.
Nov 15, 2019 9 0 My summer vacation: The London Eye Raymond Chen Round and round. We'll, really just round. No "and round".
Nov 15, 2019 2 0 Why does my single-threaded program have multiple threads? Raymond Chen They're not your threads, but they're in your process.
Nov 14, 2019 2 0 Can the MTA thread exit while keeping its COM class registrations alive? Raymond Chen You can keep the MTA alive without having to dedicate a thread.
Nov 13, 2019 21 0 Not even getting to the airtight hatchway: Planting files in world-writable directories Raymond Chen But who uses that world-writable directory?
Nov 12, 2019 12 0 How can I copy or move a group of files into a new folder from Explorer? Raymond Chen Putting together things you already have.
Nov 11, 2019 7 0 The curious pattern of pre-emptively rejecting the solution to your problem: Redrawing during resizing Raymond Chen You'll have to invalidate it, either the easy way or the hard way.
Nov 8, 2019 6 0 Can I force a WM_TIMER message to be generated when the timer comes due, even if the message queue is not idle? Raymond Chen You can ask for it explicitly.
Nov 7, 2019 9 0 How can I give a C++ lambda expression more than one operator()? Raymond Chen Wacky template games.