利用WM5 實現(xiàn)電話功能
在程序中進(jìn)行電話撥號
“項目”—“添加引用”—“Microsoft.Windowsmobile.Telephony”—“確定”
Imports Microsoft.Windowsmobile.Telephony
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim TestPhone As New Phone
TestPhone.Talk("1001")
End Sub
標(biāo)簽:
Microsoft
Windowsmobile
Telephony
Imports
上傳時間:
2013-12-20
上傳用戶:hasan2015