利用wm5 實(shí)現(xiàn)電話功能
在程序中進(jìn)行電話撥號(hào)
“項(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