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
Original Author: scott93727
Returns
Brings up the windows mixer for easy audio adjustments, works with all win versions
Code
Dim retval
On Error Resume Next
retval = Shell("c:windowssndvol32", 1)
On Error Resume Next
retval = Shell("c:windowssystem32sndvol32", 1)
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.