我正在VS 2008中使用Pocket VB.NET为Windows Mobile 6.5创建一个应用程序。我在表格上有一个按钮。当我点击按钮时,我希望手机拨打预编程的号码。我怎么做?
答案 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或更高版本)):