Dial a number

N

nime

Is there any way to dial a number?

I tried to use old friend MSComm activex
but it's better if there is a formless method,
an API for example...

I couldn't find any info about MSCommlib.dll

I want to dial a few numbers.

PS: Forget TAPI, forget RAS dial-up, I don't want to use them.
 
N

nime

Dim AxMSComm1

AxMSComm1 = CreateObject("MSCOMMLib.MSComm")
AxMSComm1.Settings = "9600,N,8,1"

and so on...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top