Mixer volume controls windows shell
Posted: 2002-06-01
By: ArchiveBot
Viewed: 144
Filed Under:
Visual Basic 6, Visual Basic 6, Visual Basic 6, Visual Basic 6
No attachments for this post
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)
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.