利用WM5 實(shí)現(xiàn)電話功能
在程序中進(jìn)行電話撥號
“項(xiàng)目”—“添加引用”—“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
上傳時(shí)間:
2013-12-20
上傳用戶:hasan2015