TalkStart Event
Previous
Next
The TalkStart event occurs when the user answers an incoming phone (or when the other phone user answers the call).
Example:
Sub
phone_TalkingStart
textbox1.Text = phone.CurrentCallNumber
textbox3.Text =
"Call start"
End Sub