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

Thread: Send SMS?

  1. #1
    Join Date
    Aug 2005
    Posts
    37

    Send SMS?

    How I can send messages SMS to a cellular telephone from my application?
    Exists some FREE Web service?

    (In Code Project there is an example, but it does not support my country, Argentina)

    Thanks!
    Last edited by sebastianos; March 28th, 2006 at 07:37 PM.

  2. #2
    Join Date
    May 2003
    Location
    Edinburgh, UK
    Posts
    277

    Re: Send SMS?

    there are no free SMS gateways unfortunatly, not to my experience.

    you need to sign up to an SMS gateway, they then will send you api's to use from within your application

  3. #3
    Join Date
    Jan 2004
    Location
    Upper Austria
    Posts
    215

    Re: Send SMS?

    you could also use a gsm-modem...
    reboot, and everything is good

    visit my website at hochleistung.at

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