Please can someone help me with Windows system volume!
I have built an app that contains a slider control for which i would like to able to control Windows system volume from. I have found some stuff on the net but it all seems to deal with the wave output instead of the volume control.
I am coding in CSharp. I thought these types of things were suppose to be easy in .net
Thanks for any help in advance
Mark

System Volume Control
renju
Hi Mark,
Check out the following sample:
http://www.codeproject.com/cs/media/cswavplayfx.asp
Regards,
Vikram
Joyce Behrendt
try this
Audio Library Part I - (Windows Mixer control)
http://www.codeproject.com/useritems/AudioLib.asp
figure8car
Hi Vikram,
Thank you for your help but unfortunately this is not want I am looking for. In this example the volume is only changed for the player and doesn't change the Windows system volume.
I would like to be able to change the volume on the speaker icon in the system tray. This is the volume control I am referring to.
Regards
Mark
Laurence Hunter