Link to home
Start Free TrialLog in
Avatar of Reek0
Reek0Flag for Australia

asked on

Require TAPI dialing code for vb.net

Looking for TAPI dailing code in vb.net 2008.
Avatar of PlatoConsultant
PlatoConsultant
Flag of United States of America image

http://www.codeproject.com/KB/dotnet/CShart_TAPI_3x.aspx

Working with TAPI 3.x from .NET
By The Code Guru

It's about time to Use Advanced Telephony features in your code? Right
Avatar of Reek0

ASKER

Hi I have seen the code guru's post and have tried it out but it's buggy - i'd like an actual code block written in vb.net for making a call.
Class:
http://msdn.microsoft.com/en-us/library/microsoft.windowsmobile.telephony.phone.aspx

Example

Dim myPhone As Phone  = new Microsoft.WindowsMobile.Telephony.Phone()

   myPhone.Talk("555-0100\0") 'Notice the null character appended at the end.
ASKER CERTIFIED SOLUTION
Avatar of Reek0
Reek0
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial