Dial Number

  • Thread starter Thread starter Mark Davison
  • Start date Start date
M

Mark Davison

Hi,

Can anyone point me in the right direction for information on making a call
from a vb.net cf app? Essentially, when someone clicks a button in the app,
I want to dial a specific contact.

Mark
 
Thanks Sergey, I will take a look.

Mark

Sergey Bogdanov said:
The lineMakeCall function from TAPI places a call on the specified line to
the specified dialable number. You may consider Alex Feinman's TAPI
wrapper [1] that already has MakeCall sample code.

[1] http://www.alexfeinman.com/download.asp?doc=tapi1.1.zip

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com


Mark said:
Hi,

Can anyone point me in the right direction for information on making a
call from a vb.net cf app? Essentially, when someone clicks a button in
the app, I want to dial a specific contact.

Mark
 
Peter,

That works great! Is there a way I can show the "Phone" application as well
i.e. My application runs and the user pushes a button to make the call. The
call is placed and the phone shows the "Phone" application showing the call
progress etc.

Mark
 
Back
Top