View Single Post
  #1 (permalink)  
Old 06-20-2008, 07:46 AM
Nille's Avatar   
Nille Nille is offline
Learning Programmer
 
Join Date: Apr 2007
Location: Sweden
Age: 19
Posts: 37
Credits: 0
Rep Power: 7
Nille is on a distinguished road
Default Sound Problems :D

Hi guys, got a bit of a problem.
I am making a program (an alarm clock ) and i want to be able to increase the system sound volume (might be the wrong name for it but anyways) but i dont know quite how to, i found 2 pages on msdn (Microsoft developer network)
waveOutGetVolume
and
waveOutSetVolume
but i don't quite understand how to use it.
I understand that the sound is increased and decreased by setting the value of a variable.
What i don't understand is how to declare that variable and how to make the volume change as i change the variables value.
Reply With Quote

Sponsored Links