如何在Pocket PC中以编程方式拨号?

时间:2012-11-21 15:30:06

标签: vb.net windows-mobile-6.5

我正在VS 2008中使用Pocket VB.NET为Windows Mobile 6.5创建一个应用程序。我在表格上有一个按钮。当我点击按钮时,我希望手机拨打预编程的号码。我怎么做?

1 个答案:

答案 0 :(得分:1)

起诉Windows.Mobile.Telephony名称空间怎么样?

public void Talk(string number)
Member of Microsoft.WindowsMobile.Telephony.Phone

Summary:
Places the phone call, using the specified string phone number.

Parameters:
number: The phone number to dial

只需在智能设备项目中添加对Windows.Mobile.Telephony的引用(至少定位Windows Mobile 5 SDK(或6或更高版本)):

windows.mobile.telephony