risingsun21
Programmer
hi
i wrote a dialer program which is not working
can u guys please debug this
Dim nnco As New nnco.cCallObject
Private Sub Command1_Click()
nnco.LineName = 3 - 0 - 0 - 1
If nnco.Initialize = False Then
MsgBox "failed to initialize tapi"
End If
nnco.Dial Text1.Text
Text3.Text = Text1.Text
End Sub
i wrote a dialer program which is not working
can u guys please debug this
Dim nnco As New nnco.cCallObject
Private Sub Command1_Click()
nnco.LineName = 3 - 0 - 0 - 1
If nnco.Initialize = False Then
MsgBox "failed to initialize tapi"
End If
nnco.Dial Text1.Text
Text3.Text = Text1.Text
End Sub