Smart-ActiveX
ActiveX Components and Source Code for Software Developers.
Caller ID ActiveX 2.0.1
Get the caller id information from an incoming call, using TAPI and 56k modem.
 
Caller ID ActiveX 2.0.1 - Fast Navigation:
Home | Benefits | Screenshot  | Download | Sample | Purchase | More...
 
What is Caller ID ActiveX?
Caller ID ActiveX 2.0.1 is an OCX control for software developers that can be use to get the caller id information from an incoming call, using TAPI and 56k modem.

Get the caller id information from an incoming call with 3 source code lines, with visual basic 6, VB.NET, Access, and any other environment which supports the Microsoft ActiveX Technology. This ActiveX is very easy to use; all the functionality was built into a one small OCX file (72 KB only!) just drop the control on your form, and start working immediately.

This ActiveX is a part of the TAPI Modem ActiveX, and can be use to get all the TAPI caller ID information formats, such as: the caller name, caller number, unknown, out of area and more... This ActiveX can also answer to the incoming phone calls and can be use to develop many types of caller id applications, such as: caller id displayers, phone calls blockers, etc...
 
Screenshot:
Caller ID ActiveX 2.0.1
 

Benefits:

  • Caller ID ActiveX based on TAPI.
  • Detect incoming calls.
  • Caller ID information with caller name and caller number.
  • Answer to phone calls.
  • Drop phone calls.
  • Incoming/Ring/Disconnected/Idle events
  • Get local information (city/country codes)
  • Get general information about the modem / phone device.
  • Check if the line is connected.
  • Set the calls privilege.
  • Fully supports TAPI.
  • Easy to use.
  • Visual Basic samples
  • .NET samples.
  • Errors handling
  • Source code is also available (in a different distribution).
  • Free trial
 
Sample:
'Open the line and start receiving
'the caller id information from
'incoming phone calls:

Dim lErr As Long

cCallerID1.LineIndex = Combo1.ListIndex

'Open the line for incoming calls:
lErr = cCallerID1.LineOpen(LINECALLPRIVILEGE_OWNER _
, LINEMEDIAMODE_DATAMODEM)

'Check the results:
If lErr <> 0 Then
    txtDetails.Text = txtDetails.Text & "Error open:" & _ 
    Combo1.List(Combo1.ListIndex) & " (" & _
    cCallerID1.GetTapiStrError(lErr) & ")" & vbCrLf
Else
    txtDetails.Text = txtDetails.Text & "LineOpen " & _
    Combo1.List(Combo1.ListIndex) _
    & " success." & vbCrLf
End If
 
Methods and events:
Methods:
GetCityCode, GetCountryCode, GetTapiStrError, IsLineOpen, LineAnswer, LineClose, LineConfigDialog, LineDrop, LineGetDevDetails, LineInitialize, LineIsConnected, LineOpen, LineSetCallPrivilege, LineShutdown, LineTranslateDialog, NumOfLines.

Events:
CallerID, Connected, Disconnected, Idle, IncomingCall, ProcNumber, Ring.
 
Download:
The Caller ID ActiveX 2.0.1 can be run for free under a trial mode. The trial mode is a limited version and it displays a registration window at any time the Caller ID ActiveX 2.0.1 is opened or closed.
 
 
 
More:
 
Support:
 
 


Share | | | | | | |


Home Page - Downloads - Prices - Site Map - Blog!


smart-activex.com - ActiveX Components for software developers. Contact Us
Copyright © 2011 smart-activex.com. All rights reserved.

WiserBit.com - Make it simple.