progress updates

About this tag
Progress updates on WindowsForum.com cover technical troubleshooting and project management. One thread details a fix for modeless dialog boxes stalling the message loop, resolved by adjusting PeekMessage() calls. Another shares notes from the Node.js VM Summit hosted at Microsoft, focusing on ABI compatibility for native modules. A third discusses using Office 365 Groups and Planner together to organize teamwork, get progress updates, share files, and manage tasks visually. These posts reflect community efforts to solve coding issues and improve workflow efficiency.
  1. Alex Sokolek

    A strange problem with modeless dialog boxes

    I have solved the problem! When the AI Bot told me that I was stalling the message loop, I looked deeper. In the original code I was calling PeekMessage() with PM_REMOVE, filtering for WM_KEYDOWN, and then checking for VK_ESCAPE. This consumed the WM_KEYDOWN message but not any other messages...
  2. News

    Notes from the Node.js VM Summit

    The Chakra team was delighted to host the third Node.js VM Summit recently here at Microsoft. These meetings bring together JavaScript VM vendors, Node collaborators, and CTC members including participants from Google, IBM, Intel, Microsoft, nearForm, and NodeSource. This group is currently...
  3. News

    Manage your projects with Office 365 Groups and Planner

    Used together, Microsoft Office 365 Groups and Office 365 Planner give you a simple and highly visual way to organize teamwork. Groups let you chat about what you are working on, get progress updates, share files, and see relevant messages in a conversational view, away from your email inbox...
Back
Top