Hi all,
Anybody have a example of how I can control the sound volume ?
I want to put two buttons in my form, which increases and decreases the sound volume....
Printable View
Hi all,
Anybody have a example of how I can control the sound volume ?
I want to put two buttons in my form, which increases and decreases the sound volume....
look up the mciSendString API function. It allows you to do all sorts, including read/writing the volume values of the lineIn mic, wav etc.
Try searching on this site for it, try planetsourcecode.com, try microsoft.com - it's their function!
actually try the MSDN library - it's in there im sure.