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
Returns
Brings up the windows mixer for easy audio adjustments, works with all win versions
Rate Mixer volume controls windows shell
(3(3 Vote))
Dim retval
On Error Resume Next
retval = Shell("c:\windows\sndvol32", 1)
On Error Resume Next
retval = Shell("c:\windows\system32\sndvol32", 1)
Mixer volume controls windows shell Comments
No comments yet — be the first to post one!
Post a Comment