How can i control the Volume Control/Adjust the volume??
Printable View
How can i control the Volume Control/Adjust the volume??
Use API.
The waveOutGetVolume will get the volume and the waveOutSetVolume will set the volume.
Wait a sec. You can also use the auxGetVolume and the auxSetVolume for setting the volume for an auxiliary audio device
Do you have an example