CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: VB pager

  1. #1
    Guest

    VB pager

    I am trying to create analphanumeric pager in VB. I can do it based on a timed event to send the page, but I'd rather send the page when the phone is actually answered. How do I know when the call is answered before I send the page?


  2. #2
    Guest

    Re: VB pager

    You can use the TAP protocol to call a paging service server which is a different number than the pager. With TAP, you use the oncomm event to wait for the greeting message "ID=" before sending the rest of the messgage. You would also need to keep track of state to complete the transaction according to TAP.


  3. #3
    Join Date
    Apr 2000
    Posts
    1

    Re: VB pager

    Do you know where I can get some VB source code for alphanumeric paging using the TAP protocol syntax, commands, etc.?


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