How do I get TAPI to work on Vista?

Thanks

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Sax CommStudio supports TAPI. It's not free, but will save a mountain of time.

There are also some sample projects floating around out there, including this one.

link|improve this answer
feedback

If you're using C#, using TAPI directly probably won't work. See this KnowledgeBase article for details. Bascially the managed wrapper that Visual Studio creates for the TAPI 3.x COM interface doesn't work. You can use unmanaged code (C++, VB6) to work with TAPI 3.x, or you can use one of the TAPI OCX (a.k.a ActiveX) controls to access TAPI from .Net. Googling for 'TAPI OCX' will get you a page full of free and shareware TAPI controls that you can check out.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.