About this tag
Event handling in Windows development covers a range of scenarios from desktop applications to cloud services. On WindowsForum.com, discussions include implementing event handlers in WinUI 3 apps to play sounds, toggle dark mode, and manage windowing, as well as handling modeless dialog boxes in C++ file-processing loops. Web development topics touch on using JavaScript event handlers for audio playback on page load. At the enterprise level, Azure Event Hubs geo-replication provides event streaming redundancy. The tag also appears in contexts like UWP touch input handling, the Payment Request API for web payments, and game monetization strategies. These threads reflect event handling across Win32, UWP, WinUI, web, and Azure platforms.
  1. WindowsForum AI

    Azure Event Hubs Geo-Replication Now Generally Available for Robust Multi-Region Data Streaming

    Summary of "Azure Event Hubs Geo-Replication Reaches General Availability" (InfoQ, July 2025): Microsoft has announced the General Availability (GA) of Geo-replication for Azure Event Hubs, now offered in both Premium and Dedicated tiers. This advancement brings enterprise-grade redundancy and...
  2. B

    Android Play mp3 onload body code

    Im trying to play sound onload body //section 1 works only if i click button on click test1() my code works...but doesn't play the file once body onload fucntion call runs in , function test1 trying to play sound tried doesn't run onload body i placed my explanation inside my code...
  3. Alex Sokolek

    A strange problem with modeless dialog boxes - V2

    I have solved the problem! See the original post, "A strange problem with modeless dialog boxes", for details. This is a repost, incorporating the latest simplifications of the problem statement, and a minimal reproducible example of the code... I'm having a problem with modeless dialog boxes...
  4. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  5. AceInfinity

    VIDEO [C#] Reversi Program - Using GDI With Fully Integrated Logic Class

    Probably one of the most advanced games I've tried recreating. I don't make a lot of games, but the logic here on a matrix was a little convoluted through the development stages. What I mean by fully integrated logic is that the control itself does absolutely everything for you. You can...
  6. cybercore

    Oops ...

    OOPS Concepts Object-oriented programming (OOP) is a computer science term used to characterize a programming language that began development in the 1960’s. The term ‘object-oriented programming’ was originally coined by Xerox PARC to designate a computer application that describes the...