locked
VB6 and TAPI RRS feed

  • Question

  • TAPI is the API used to create Telephony applications. With the help of this API, we can control telephonic devices. We can even obtain data from the devices performing operations.

    Basic telephony operations such as making a call, receiving a call, putting a call on hold, etc. can be performed using this API.

    This API cannot be used directly in VB / VB.NET. To use it, one needs to declare API functions in the VB / VB.NET Language.

    Moreover, in VB.NET, TAPI 2.2 is not directly supported. For that, you need to create a 3rd party component in old languages such as VB6.

    Saturday, March 3, 2007 4:40 PM

Answers

  • Really a nice piece of information to read.
    Saturday, March 3, 2007 4:41 PM