TAPI

D

David

Hello.
Where can I find some examples of using TAPI in C#?
And is there any site or newsgroup for TAPI?
 
N

Nicholas Paldino [.NET/C# MVP]

David,

For general TAPI questions, you might want to check out
microsoft.public.win32.programmer.tapi.

As for using it in C#, well, you will have to bone up on the P/Invoke
layer, as it will be the primary way that you call the APIs from .NET.

Hope this helps.
 
D

David

Can you show me some little example please?

Nicholas Paldino said:
David,

For general TAPI questions, you might want to check out
microsoft.public.win32.programmer.tapi.

As for using it in C#, well, you will have to bone up on the P/Invoke
layer, as it will be the primary way that you call the APIs from .NET.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

David said:
Hello.
Where can I find some examples of using TAPI in C#?
And is there any site or newsgroup for TAPI?
 
N

Nicholas Paldino [.NET/C# MVP]

David,

If you point out which APIs that you are trying to call, we can try and
provide the P/Invoke calls/declarations.

Also, if you know the names of the APIs that you want to use, check out
http://www.pinvoke.net, as the definitions might already be in place there.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

David said:
Can you show me some little example please?

in
message news:[email protected]...
David,

For general TAPI questions, you might want to check out
microsoft.public.win32.programmer.tapi.

As for using it in C#, well, you will have to bone up on the P/Invoke
layer, as it will be the primary way that you call the APIs from .NET.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

David said:
Hello.
Where can I find some examples of using TAPI in C#?
And is there any site or newsgroup for TAPI?
 
D

David

I just want to dial a number on my modem. But I'm very new in such
things:-(.
Can you show me some source for this please?

Nicholas Paldino said:
David,

If you point out which APIs that you are trying to call, we can try and
provide the P/Invoke calls/declarations.

Also, if you know the names of the APIs that you want to use, check out
http://www.pinvoke.net, as the definitions might already be in place there.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

David said:
Can you show me some little example please?

in
message news:[email protected]...
David,

For general TAPI questions, you might want to check out
microsoft.public.win32.programmer.tapi.

As for using it in C#, well, you will have to bone up on the P/Invoke
layer, as it will be the primary way that you call the APIs from .NET.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Hello.
Where can I find some examples of using TAPI in C#?
And is there any site or newsgroup for TAPI?
 
G

Guest

If you do a search on www.gotdotnet.com in the user samples section for TAPI
you will find some examples that can get you started

David said:
Can you show me some little example please?

Nicholas Paldino said:
David,

For general TAPI questions, you might want to check out
microsoft.public.win32.programmer.tapi.

As for using it in C#, well, you will have to bone up on the P/Invoke
layer, as it will be the primary way that you call the APIs from .NET.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

David said:
Hello.
Where can I find some examples of using TAPI in C#?
And is there any site or newsgroup for TAPI?
 

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

Similar Threads

tapi 1
TAPI 1
lineMonitorDigits 1
How to use SAPI 1
Windows Vista Open Vpn 0
using phone line in C# 1
Alcatel - TAPI - C# Driver hangs 11
TAPI in C# 1

Top