Advertisement
4_2005-2006 Windows API Call/ Explanation #159564

Mixer volume controls windows shell

Just label a menu name or draw a and command button aand click on the item and paste in the code and your ready to go. Brings up the windows mixer for easy audio adjustments, works with all win versions

AI

AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Source Code
original-source
Dim retval
On Error Resume Next
retval = Shell("c:\windows\sndvol32", 1)
On Error Resume Next
retval = Shell("c:\windows\system32\sndvol32", 1)
Original Comments (3)
Recovered from Wayback Machine