MICrosoft Windows腳本技術(shù) MICrosoft Windows腳本技術(shù) MICrosoft Windows腳本技術(shù) MICrosoft Windows腳本技術(shù) MICrosoft Windows腳本技術(shù) MICrosoft Windows腳本技術(shù) MICrosoft Windows腳本技術(shù)
利用WM5 實現(xià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
This sample uses MICrosoft.WindowsMobile.PocketOutlook and
MICrosoft.WindowsMobile.Telephony to:
- Databind a ContactCollection to a ListBox.
- Databind a Contact Property to a TextBox.
- Edit Contact Properties.
- Send SMS messages
- Call a contact s phone number.