Detect event from Windows Sounds properties?

BlitzMax Forums/BlitzMax Programming/Detect event from Windows Sounds properties?

Grisu(Posted 2016) [#1]
Hi everyone!

Is it possible to detect events from the Windows Sounds properties under Communications tab? I'd love to lower / mute the volume of my app when someone is calling automatically.

But for this I would need to detect "the event" somehow.

Grisu


Henri(Posted 2016) [#2]
Hi Grisu,

it is possible it seems. Here is something to start from:https://msdn.microsoft.com/en-us/library/dd940517(v=vs.85).aspx

-Henri