Search Tools Links Login

Mixer volume controls windows shell


Visual Basic 6, or VB Classic

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)

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 196 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.