如何通过调制解调器接收电话 [英] How to receive phone call on pc over modem

查看:134
本文介绍了如何通过调制解调器接收电话的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。

我需要vb6中的代码才能通过调制解调器接听电话时连接电话线,我尝试了许多代码,例如

Hi every one
I need a code in vb6 to receive phone call over modem when connect phone line with computer , I tried many codes like

Private Sub Form_Load()
MSComm1.Settings ="9600,N,8,1"
For i = 1 To 10
MSComm1.CommPort = i
On Error GoTo N
MSComm1.PortOpen = True
N:
If MSComm1.PortOpen = True Then
Exit For
End If
Next
End Sub

Private Sub MSComm1_OnComm() 
If MSComm1.CommEvent Then 
MsgBox " You have a phone call " 
End If 
End Sub



当我试图使呼叫调制解调器工作得很好时

如果有特定的调制解调器卡接听电话或什么是我的问题



谢谢


when I tried to make call modem work great
if there specific modem card to receive phone call or what is my problem

Thank you

推荐答案

以下链接可能对您有所帮助!

[ Voicent Gateway Visual Basic简单界面]

[如何使用Visual Basic拨打电话]
The following Links may help to you!
[Voicent Gateway Visual Basic Simple Interface]
[How to Make Telephone Calls With Visual Basic]


这篇关于如何通过调制解调器接收电话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆