Have a call with a smartphone

Hi,

I'm trying to make a program in VB using SmartPhone functions.

For instance, I succed to dial a call with PhoneMakeCall function :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/APISP/html/sp_phone_phonemakecall.asp

I'd like to know if it's possible to take an incomming call, I can't find anything about that on MSDN..

Does someone could say me if it's posible, and how do that.

thanks

[712 byte] By [jjm] at [2008-1-21]
# 1

All you can do is call the raw TAPI API (lineAnswer) but Microsoft does not recommend that because it doesn't play well with the phone app.

Alternatively, if you know the phone is ringing, you could fake a press of the Talk button via keybd_event(VK_TTALK).

JasonFuller at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...