Jan 29, 2021 1 0 Autoscrolling on drag, part 5: Adding wiggle-to-scroll to escape velocity Raymond Chen Reintroducing a bug that's now a feature.
Jan 28, 2021 1 0 Autoscrolling on drag, part 4: Dynamic autoscroll based on escape velocity Raymond Chen Get a good running start.
Jan 27, 2021 5 0 Autoscrolling on drag, part 3: Dynamic autoscroll based on mouse position Raymond Chen Pull the rubber band more taut.
Jan 26, 2021 5 0 Autoscrolling on drag, part 2: Why does scrolling go faster if I wiggle the mouse? Raymond Chen You're tickling the adjustment code outside its normal cycle.
Jan 25, 2021 0 0 Autoscrolling on drag, part 1: Basic implementation Raymond Chen Setting the groundwork.
Jan 22, 2021 3 0 How do I protect myself against a COM call that can hang? I’m already running the server out-of-process. Raymond Chen You can cancel the call, and if the server ignores you, it's left working on a canceled operation.
Jan 21, 2021 8 0 What happens to the value returned from the function passed to QueueUserWorkItem? Raymond Chen Nothing. Nothing at all.
Jan 20, 2021 2 0 How do I disassociate a thread from an I/O completion port? Raymond Chen Escaping the trap.
Jan 19, 2021 8 0 Why did I lose 3D display mode when I upgraded to the next version of Windows 10? Raymond Chen It's not the Windows version that lost it. It's your display driver that lost it.
Jan 18, 2021 10 0 How can I prevent another program from showing a thumbnail preview in the taskbar? Raymond Chen You can't, really. It's not your window.