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

Thread: SMS Messages

  1. #1
    Join Date
    Mar 2001
    Posts
    71

    SMS Messages

    I want some material on how to implement sms messages sending capability in my vb application


  2. #2
    Join Date
    Feb 2001
    Posts
    19

    Re: SMS Messages

    There are 2 possibilities:

    You can either plug a mobile phone on your serial port or you can find a local sms provider.

    Latter is much easier and cheaper too. As soon as your SMS provider has opened your account, you can send sms messages by a simple http request.

    hth,
    daniel


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