|
-
Nov 22nd, 1999, 10:25 AM
#1
Thread Starter
Lively Member
I am dialing a number to another computer / person, using the mscomm ocx, I need to know if their is away to detect if it is ringing on the other side and if so how many rings, the same with a busy signal. is thier a way to do this with the mscomm ocx? if not what can I use to do it?
Thank you,
Jeremy
------------------
[email protected]
-
Mar 12th, 2000, 10:50 AM
#2
New Member
try with this
Dim buffer as variant
Mscomm1.inputlen=0
Buffer=Mscomm1.input
If instr(buffer,"Busy") then
put your code here
end if
----------
I am dialing a number to another computer / person, using the mscomm ocx, I need to know if their is away to detect if it is ringing on the other side and if so how many rings, the same with a busy signal. is thier a way to do this with the mscomm ocx? if not what can I use to do it?
Thank you,
Jeremy
------------------
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|