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

Thread: Phone Dialer

  1. #1
    Guest

    Phone Dialer

    Is there a simple function that just dials your phone through the modem?
    I don't want to connect to anything. I want my application if under certain
    conditions to dial a pager number.
    So i guess i need a function that find/identifies the modem, then dials a
    number.

    Thanks.


  2. #2
    Join Date
    Apr 1999
    Posts
    17

    Re: Phone Dialer


    If u want u can use tapi API calls and send the message.
    still simpler method will be directly using the modem commands and sending those commands to the com port where u'r
    modem is connected.

    HTH
    Rinks.


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