An easy one for any seasoned pro....
-
Hi everyone, I need to programatically mute the volume of the soundcard in a machine (just like clicking on the volume control icon in the tray. Anybody know a quick way of doing this? Cheers, Paul
-
Hi everyone, I need to programatically mute the volume of the soundcard in a machine (just like clicking on the volume control icon in the tray. Anybody know a quick way of doing this? Cheers, Paul
I'm not a multimedia seasoned pro, but have a look at waveOutSetVolume() or any of the other functions under Windows Multimedia in the Platform SDK in the MSDN library. That's where I'd start. J
-
I'm not a multimedia seasoned pro, but have a look at waveOutSetVolume() or any of the other functions under Windows Multimedia in the Platform SDK in the MSDN library. That's where I'd start. J
Thanks for pointing me in the right direction Jamie. Cheers, Paul