ActiveX OCX to control the system mixer, with multi-soundcard support
The OCX can control all the detected lines of a soundcard , and with support to multiples soundcard installed
It will detect the following lines:
Master Volume
Wave
Midi
Microphone
Line
CD
Analog
Auxiliary
Telephone
Undefined
Digital
PC Speaker
After the detection it will make it possible to retrieve and set these lines of the soundcard with only a few functions
In order to set the Master Volume the following api will be used:
RSPMixer1.SetMasterVolume DeviceID, Left, Right
In this case the DeviceID is the identifier of the installed soundcard , Left is the value to the left channel ranging from 0 to 10 , Right is the value to the right channel
After the call the system mixer will have the value modified
In oder to retrieve the Master Volume the following api will be used:
Ret = RSPMixer1.GetMasterVolume(DeviceID, Left, Right)
In this case DeviceID is the identifier of the installed soundcard , Left is the variable that will receive the left channel value , Right is the variable that will receive the right channel value
In order to get the mute state for the Master Volume the following api will be used:
Ret = RSPMixer1.GetMasterMute(DeviceID, Value)
In this case DeviceID is the identifier of the installed soundcard , Value is the variable that will receive the mute state of the Master Volume , it can be 0 or 1 , 0 to mute off , and 1 to mute on
In order to set the mute state for the Master Volume the following api will be used:
RSPMixer1.SetMasterMute DeviceID, Value
In this case DeviceID is the identifier of the installed soundcard , Value is the new value to the mute state , 0 to mute off , and 1 to mute on
Bokai Barcode ActiveX Control (Barcode/ActiveX) Bokai barcode ActiveX control is an barcode control that can be used to develop applications or dropped directly into a Microsoft Office document (Word, Excel, etc.) or Access Report. It can also copy barcode images to the Clipboard.
Add Email ActiveX Professional Easily send text or HTML emails using SMTP from your VB, VB.NET, C++, C#, ASP, ASP.NET or Delphi application. Sends email directly to recipient mail server, supports non-blocking calls, attachments, embedded images, progress events and much more.
Add Email ActiveX Enterprise Easily send text or HTML emails using SMTP from your VB, VB.NET, C++, C#, ASP, ASP.NET or Delphi application. Sends email directly to recipient mail server, supports non-blocking calls, attachments, embedded images, progress events and much more.
Previous:
RSP Zip Compressor OCX 1.4.0 ActiveX OCX to compress , uncompress , delete , test and list zip files , can handle zip files with or without passwords , the control receive information about the execution using a xml like parser to avoid possible bugs and to make it easy to use
RSP Encrypt OCX 3.2.0b ActiveX OCX to encrypt files with a very fast implementation of AES and RC4
RSP CD-DA Extraction OCX ActiveX OCX to list , test and extract audio or data from CD units and save as wav PCM files
- Ability to test the CD hardware
- Ability to extract audio ( or data! ) and save as PCM wav file