Advertisement
6_2008-2009 Windows API Call/ Explanation #204600

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

Podsumowanie 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.

Kod źródłowy
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)
Oryginalne komentarze (3)
Odzyskane z Wayback Machine