Nov 19, 2019 Post comments count8 Post likes count0 The Magical Excel 97 Far East Language Build Screwdriver™ Raymond Chen For your magical build needs.
Nov 18, 2019 Post comments count10 Post likes count0 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 Post comments count9 Post likes count0 My summer vacation: The London Eye Raymond Chen Round and round. We'll, really just round. No "and round".
Nov 15, 2019 Post comments count2 Post likes count0 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 Post comments count2 Post likes count1 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 Post comments count21 Post likes count0 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 Post comments count12 Post likes count0 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 Post comments count7 Post likes count0 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 Post comments count6 Post likes count1 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 Post comments count9 Post likes count1 How can I give a C++ lambda expression more than one operator()? Raymond Chen Wacky template games.