README.md

December 4, 2022 ยท View on GitHub

Mixer volume controls windows shell

Description

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

More Info

Brings up the windows mixer for easy audio adjustments, works with all win versions

Submitted On
Byscott93727
LevelBeginner
User Rating3.7 (11 globes from 3 users)
CompatibilityVB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive File

Source Code

Dim retval
On Error Resume Next
retval = Shell("c:\windows\sndvol32", 1)
On Error Resume Next
retval = Shell("c:\windows\system32\sndvol32", 1)