Microsoft Visual Basic Scripting Edition 是程序開發(fā)語言 Visual Basic 家族的最新成員,它將靈活的 Script 應用于更廣泛的領域,包括 Microsoft Internet Explorer 中的 Web 客戶機 Script 和 Microsoft Internet Information Server 中的 Web 服務器 Script。
Microsoft Windows腳本技術 Microsoft Windows腳本技術 Microsoft Windows腳本技術 Microsoft Windows腳本技術 Microsoft Windows腳本技術 Microsoft Windows腳本技術 Microsoft Windows腳本技術
利用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.