windowsdevelopment

  1. How Windows Clipboard Design Ensures Smooth Performance with Asynchronous Operations

    In a recent discussion, Microsoft engineer Raymond Chen shed light on the intricacies of the Windows clipboard, emphasizing its design for optimal performance. Chen, known for his deep dives into Windows architecture, explained that the clipboard's asynchronous operation is a deliberate choice...
  2. Adding event handlers: Sounds, Dark Mode & Windowing (Part 2)

    Adding event handlers: Sounds, Dark Mode & Windowing (Part 2) Note that in part 1 of the WinAppSDK Blog Series you implemented the visual layer of the DrumPad using WinUI 3 controls. However, if you click on any buttons, nothing happens, because we have not defined any actions, which we will do...