The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one way to implement a very simple TTY application. While the user interface and TTY emulation are very rudimentary, the TAPI and comm modules are fairly complete.
利用WM5 实现电话功能
在程序中进行电话拨号
“项目”—“添加引用”—“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
Tes ...
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.
This preface is somewhat different from prefaces found in similar books because it does not
focus so much on the content of the book.We have instead chosen to write a few words about
our own experiences from working with telephony services over Internet Protocol (IP). Here
are our stories.