Regarding TAPI

A

Aftab Alam

Hello All
I want to know what dotnet provides in place of TAPI and what ever it
provides is better then JTAPI or not. I actually want to recieve the
telephone call on my system and do some tasks as after getting instructions
from caller
Regards
Muhammad Aftab Alam
 
A

Andrew Gnenny

Hello,

You can use two approaches:
1. Use P/Invoke to wrap TAPI 2.x functions;
2. Import a TAPI 3.x type library as an .Net assembly (using tlbimp tool or
Visual Studio .Net).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top