Tapi 3.0
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! I'm want write application use dial and answer telephone via tapi3,but I do'nt know. Please help me! :doh: Thank!
There are some reported problems when using COM Interop with TAPI3. Most people opt for using either their own COM wrapper around TAPI2 or use this one at GotDotNet[^] If you still want to use TAPI3, then the platform SDK and MSDN have some samples (although not C#) but they aren't hard to convert as the code is straght forward. See Tapi QuickStart[^] Personally, unless you have a really good need for using TAPI and C#, I'd avoid it. TAPI is hard enough to learn without having the extra complexity of Interop. Michael CP Blog [^]