--------------------------------------------------------------------------------------------------
VB6Tapi

ActiveX (OCX) for TAPI for VB6, VS6 and ASP to handle phone calls using TAPI and 56K modem. Make/receive calls, detect caller ID, generate digits. Integrate with WAV Recorder Player.

https://www.microncode.com
--------------------------------------------------------------------------------------------------

Install Instructions:

1.  Extract the content of the zip/7z file to a destination directory.
   
    Under the destination directory you will find a few directories and files:
   
        a. Bin          -   The directory of an example program (EXE) written with VB6. This directory contains any external libraries that may be required.
        b. Component    -   The directory of the component (ActiveX OCX file).
        c. Examples     -   Examples of using the component with the available development environments.
        d. Install.bat  -   Batch file that register the component on the local machine.
        e. ReadMe.txt   -   The Instructions of using this component.


2. Run the install.bat as Administrator.
    This operation will register the ActiveX under the local machine. 
    Note that you will need to run this file under Administrator privilege (Right click on the 'Install.bat' then 'Run As Administrator').

3. Now you can run the EXE example that uses this component from the Bin directory.

4. Open the source code example of using this component from the Examples directory.

--------------------------------------------------------------------------------------------------

Copyright (c) Microncode.com 2023

This source is subject to the Microsoft Public License.
See https:'opensource.org/licenses/ms-pl.html.
All other rights reserved.

THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
--------------------------------------------------------------------------------------------------