How Can I stop a phone call...

P

periket2000

hi guys,
I've developed a Windows Mobile 5 application that has got two
software buttons, one for picking up and
one for hung up. When I push the picking up button, I call this
function 'Phone.MakeCall( NumberPhone, false )', where NumberPhone is
a number taken from a textBox, and the phone call begins. I'm using
the phone.dll, the problem is: How Can I stop the call when I push the
hung up button?.
Regards.
 
G

Guest

You will need to interface with TAPI. The Phone class that comes with WM5 SDK
is very basic with what you can do with it. Look up TAPI in MSDN for more
information.
It is no easy task I add.
 

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

Top