Microsoft.WindowsMobile.Telephony

  • Thread starter Thread starter andie
  • Start date Start date
A

andie

Hi,

I am using the Phone class in the Microsoft.WindowsMobile.Telephony
namespace to programatically calls a telephone number from my
application.

However, when the phone call is completed and the 'Red Phone' button
is clicked, it goes to the Today screen, NOT the original application.

Any suggestions?

Regards,
Andie
 
Hi Andie,
this button just do that. In device instruction you should have
description what each button can do.
There is also possibility to configure action for hardware buttons in
system settings but it is impossible to configure this button.

Regards,
Maciej
 
Hi Maciej,

Thank you for the information.

I guess I need to use the TAPI library or use the Telephony library
from OpenNETCF to make it works.

Kind Regards,
Andie
 
Back
Top