How to get TAPI to work in Vista with C#?

萝らか妹 提交于 2019-12-23 13:12:31

问题


How do I get TAPI to work on Vista?

Thanks


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/803015/how-to-get-tapi-to-work-in-vista-with-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!