Getting volume outputs from visual basic 5?
Author |
Message |
Silent Avenger
|
Posted: Sun Jan 04, 2009 11:00 pm Post subject: Getting volume outputs from visual basic 5? |
|
|
I'm making a program with several features and I need to know how load or quiet the sound is that is coming out of the speakers for it. Kind of like what the bar does in the audio mixer in windows but I need a value. Is it possible to do this on VB5 even though is has to be through a component? Is it possible to get the info directly from the windows audio mixer? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
OneOffDriveByPoster
|
Posted: Mon Jan 05, 2009 10:57 am Post subject: Re: Getting volume outputs from visual basic 5? |
|
|
VB makes it easy to interact with the Windows API.
Doing a Google search on "Windows Mixer API VB" would eventually lead you to:
http://support.microsoft.com/kb/178456
Volume.exe: Set volume control levels using Visual Basic |
|
|
|
|
|
|
|