Caller Id Pickup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manjeetgrang
    New Member
    • Feb 2008
    • 36

    Caller Id Pickup

    Hi

    i am trying to make a function in VB that can grab caller id from a phone attached to my computer thru Networking. it will work as if some 1 calls me over the phone and as i answere his call its id(caller phone number)display in Text box in VB Form. Any Clue plz
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    Originally posted by manjeetgrang
    Hi

    i am trying to make a function in VB that can grab caller id from a phone attached to my computer thru Networking. it will work as if some 1 calls me over the phone and as i answere his call its id(caller phone number)display in Text box in VB Form. Any Clue plz
    wont you need to use Telephony API? That is usually the standard when needing to communicate with such devices.
    Look up the Telephony API. It's a bear but would make you a pretty valuable programmer if you learned how to use it.

    Comment

    • VBWheaties
      New Member
      • Feb 2008
      • 145

      #3
      Telephony API (or TAPI for short) link:

      Comment

      Working...