CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2003
    Location
    India
    Posts
    1

    VB - How to get Telephone No. of the caller into VB 6.0 Prog.

    I want ur help reg this.
    I have a customer relationship program where the customer gives his ID which i feed in to get the complete information regarding him. Iwant instead of the customer giving his ID I get the Telephone Number (My exchang Supports Caller Line Identification) from which he is calling into my program and then searc the DBase.

    SO how to get Callers Telephone Number into my VB (6.0) Program

  2. #2
    Join Date
    Feb 2002
    Location
    Atlanta, Georgia, USA
    Posts
    155
    When your exchange supports caller line identifiation, how does it let you know that number? Do you have all your customers phone numbers stored in a database?

    Eventually, in the database, there has to be a one to one correspondence between the customers ID and his telephone number.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured