Image Viewer SDK for 32 bit, 64 bit MS Access 2016, VB.NET, C#, Delphi, VB6, VFP.
For Windows Developers who need to control speaker volume or microphone volume on Windows 11 /10 for VB.Net, C#, VC++, VB6 , Delphi, VFP, MS Access.
Platform : Windows 11, Windows 10, Windows 8, Vista, XP
Step 1: Download trial version of Sound Volume ActiveX and installed it.
Step 2: Create text file and add following code and save to test.vbsSet obj=CreateObject("SOUNDVOLUME.SoundVolumeCtrl.1")if obj.IsVistaWindows7 then obj.W7SetCurrentDevice obj.W7GetSpeakersName(0) obj.W7SetDeviceVolume 0 MsgBox "set the master volume of first speaker " obj.W7GetSpeakersName(0) " to 0"End IfStep 3: double click test.vbs, It will set the first speaker volume to 0. Some system have two speakers, so you need select correct speaker , the following code select second speaker. obj.W7SetCurrentDevice obj.W7GetSpeakersName(1)
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.