Advertisement
5_2007-2008 Windows API Call/ Explanation #182082

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

Riepilogo AI: 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.

Codice sorgente
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)
Commenti originali (3)
Recuperato da Wayback Machine