Utilizando um aparelho telefônico
|
Início Anterior Próximo |
|
Private Sub VoicerLibX1_OnLineReady(Port As Integer)
|
lblStatus.Caption = "Telefone pegou linha"
|
End Sub
|
|
|
Private Sub VoicerLibX1_OnLineOff(Port As Integer)
|
lblStatus.Caption = "Telefone desligado"
|
End Sub
|
|