I have a C# Windows Forms Program that responds to events of a change in master volume by showing the current volume as it changes using NAudio.
It functions as it should in that...however it stops Listening to events once out of focus.
I tried creating multiple threads as I thought minimizing only pauses the main thread but the problem remained, any ideas?